Add Kamil to AUTHORS, bump version to 0.1.2
[cl-zmq.git] / zeromq.asd
blob74d79ef5adf259b17dc08e8b04e62f91076c447d
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.2"
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")))