Christophe Weblog Wiki Code Publications Music
added system definition file
[specializable.git] / specializable.asd
diff --git a/specializable.asd b/specializable.asd
new file mode 100644 (file)
index 0000000..94512ac
--- /dev/null
@@ -0,0 +1,13 @@
+;;;; specializable.asd --- System definition for the specializable system.
+;;;;
+;;;; Copyright (C) 2014 Christophe Rhodes, Jan Moringen
+;;;;
+;;;; Author: Christophe Rhodes <csr21@cantab.net>
+;;;; Author: Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
+
+(asdf:defsystem :specializable
+  :author      "Christophe Rhodes <csr21@cantab.net>"
+  :author      "Jan Moringen <jmoringe@techfak.uni-bielefeld.de>"
+  :license     "TODO"
+  :description "Generalized specializers - SBCL only"
+  :components  ((:file       "specializable")))