From: Jan Moringen Date: Sun, 23 Feb 2014 19:28:29 +0000 (+0100) Subject: added system definition file X-Git-Tag: els2014-submission~4 X-Git-Url: http://christophe.rhodes.io/gitweb/?p=specializable.git;a=commitdiff_plain;h=2130ddc33cb507d83f0b62c7340a748534158967 added system definition file possibly stretching the asdf syntax a bit, but this system definitely has at least two authors --- diff --git a/specializable.asd b/specializable.asd new file mode 100644 index 0000000..94512ac --- /dev/null +++ b/specializable.asd @@ -0,0 +1,13 @@ +;;;; specializable.asd --- System definition for the specializable system. +;;;; +;;;; Copyright (C) 2014 Christophe Rhodes, Jan Moringen +;;;; +;;;; Author: Christophe Rhodes +;;;; Author: Jan Moringen + +(asdf:defsystem :specializable + :author "Christophe Rhodes " + :author "Jan Moringen " + :license "TODO" + :description "Generalized specializers - SBCL only" + :components ((:file "specializable")))