Christophe Weblog Wiki Code Publications Music
added system definition file
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Sun, 23 Feb 2014 19:28:29 +0000 (20:28 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Sun, 2 Mar 2014 19:58:35 +0000 (19:58 +0000)
possibly stretching the asdf syntax a bit, but this system definitely
has at least two authors

specializable.asd [new file with mode: 0644]

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")))