summaryrefslogtreecommitdiff
path: root/objective-cl.asd
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-02-02 19:37:18 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-02-02 19:37:18 +0100
commitaa7a415ebca61bac4f0564552f7919e2427e4181 (patch)
treee0ca20bac731e4825abb72ec181504d51499138a /objective-cl.asd
parent433c4892737916679754c56b832518b187c5d54f (diff)
Add Closer to MOP as a dependency.
darcs-hash:8bf6549938d2775da13391f872a8772584adcdb3
Diffstat (limited to 'objective-cl.asd')
-rw-r--r--objective-cl.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/objective-cl.asd b/objective-cl.asd
index 237dc84..321df89 100644
--- a/objective-cl.asd
+++ b/objective-cl.asd
@@ -20,7 +20,8 @@
:version "0.0.4"
:author "Matthias Benkard <matthias@benkard.de>"
:licence "GNU General Public License, version 3 or higher"
- :depends-on (#:cffi #:trivial-garbage #:split-sequence #:objective-cl-libobjcl)
+ :depends-on (#:cffi #:trivial-garbage #:split-sequence #:objective-cl-libobjcl
+ #:closer-mop)
:components
((:module "Lisp"
:components ((:file "defpackage")