summaryrefslogtreecommitdiff
path: root/objective-cl.asd
blob: 4abaff20567c4f7ed01c26844c1afefac9947a67 (plain)
1
2
3
4
5
6
7
8
9
(defsystem "objective-cl"
  :description "A portable Objective C bridge."
  :version "0.0.1"
  :author "Matthias Benkard <matthias@benkard.de>"
  :licence "GNU General Public License, version 3 or higher"
  :depends-on (#:cffi #:trivial-garbage)
  :components ((:file "defpackage")
               (:file "objcl"))
  :serial t)