Christophe Weblog Wiki Code Publications Music
add files from Jan Moringen's pattern-specializer repository
[specializable.git] / specializable.asd
1 ;;;; specializable.asd --- System definition for the specializable system.
2 ;;;;
3 ;;;; Copyright (C) 2014 Christophe Rhodes, Jan Moringen
4 ;;;;
5 ;;;; Author: Christophe Rhodes <csr21@cantab.net>
6 ;;;; Author: Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
7
8 (asdf:defsystem :specializable
9   :author      "Christophe Rhodes <csr21@cantab.net>"
10   :author      "Jan Moringen <jmoringe@techfak.uni-bielefeld.de>"
11   :license     "TODO"
12   :description "Generalized specializers - SBCL only"
13   :components  ((:module "src"
14                  :components ((:file       "specializable")))))