diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-02-02 19:37:18 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-02-02 19:37:18 +0100 |
commit | aa7a415ebca61bac4f0564552f7919e2427e4181 (patch) | |
tree | e0ca20bac731e4825abb72ec181504d51499138a | |
parent | 433c4892737916679754c56b832518b187c5d54f (diff) |
Add Closer to MOP as a dependency.
darcs-hash:8bf6549938d2775da13391f872a8772584adcdb3
-rw-r--r-- | objective-cl.asd | 3 |
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") |