:windows may be missing in *features* if trivial-features is not yet loaded
[cl-zmq.git] / zeromq.asd
blob102d69e6e9d548c4e097cf5800c640bcdf57f94c
1 ;; Copyright (c) 2009, 2010, 2011 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.6"
14   :author "Vitaly Mayatskikh <v.mayatskih@gmail.com>"
15   :licence "LGPLv3"
16   :description "Zero MQ 2 bindings"
17   :depends-on (:cffi :trivial-garbage #-(or win32 windows) :iolib.syscalls)
18   :serial t
19   :components ((:file "package")
20                (:file "meta")
21                (:file "zeromq")
22                (:file "zeromq-api")))