X-Git-Url: http://christophe.rhodes.io/gitweb/?p=specializable.git;a=blobdiff_plain;f=specializable.asd;fp=specializable.asd;h=94512ac58e77aecca5060bce85e6085a88361e8c;hp=0000000000000000000000000000000000000000;hb=2130ddc33cb507d83f0b62c7340a748534158967;hpb=206c80bb505fa274ef0ff9e22b1ffd4a93720dd3 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")))