ZeroMQ CL binding fix for Mac OS X
[cl-zmq.git] / zeromq.asd
blob1ec9dfdea7cefc1a3e6e4319827ae3fa385641ad
1 ;; Copyright (c) 2009, 2010 Vitaly Mayatskikh <v.mayatskih@gmail.com>
2 ;;
3 ;; This file is part of CL-ZMQ.
4 ;;
5 ;; Vitaly Mayatskikh grants you the rights to distribute
6 ;; and use this software as governed by the terms
7 ;; of the Lisp Lesser GNU Public License
8 ;; (http://opensource.franz.com/preamble.html),
9 ;; known as the LLGPL.
11 (asdf:defsystem zeromq
12   :name "zeromq"
13   :version "0.1.3"
14   :author "Vitaly Mayatskikh <v.mayatskih@gmail.com>"
15   :licence "LGPLv3"
16   :description "Zero MQ 2 bindings"
17   :depends-on (:cffi :trivial-garbage #-windows :iolib.syscalls)
18   :serial t
19   :components ((:file "package")
20                (:file "meta")
21                (:file "zeromq")
22                (:file "zeromq-api")))