diff options
Diffstat (limited to 'objective-cl-clozure-compat.asd')
-rw-r--r-- | objective-cl-clozure-compat.asd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/objective-cl-clozure-compat.asd b/objective-cl-clozure-compat.asd new file mode 100644 index 0000000..bfc4b70 --- /dev/null +++ b/objective-cl-clozure-compat.asd @@ -0,0 +1,10 @@ +(defsystem "objective-cl-clozure-compat" + :description "Different package names for Objective-CL that clash with + Clozure-CL's predefined ones." + :version "0.0.4" + :author "Matthias Benkard <matthias@benkard.de>" + :licence "GNU Lesser General Public License, version 3 or higher" + :depends-on (:objective-cl) + :components ((:module "Lisp" + :components ((:file "clozure-compat")))) + :serial t) |