From 2130ddc33cb507d83f0b62c7340a748534158967 Mon Sep 17 00:00:00 2001 From: Jan Moringen Date: Sun, 23 Feb 2014 20:28:29 +0100 Subject: [PATCH] added system definition file possibly stretching the asdf syntax a bit, but this system definitely has at least two authors --- specializable.asd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 specializable.asd 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"))) -- 2.30.2