From 22686584f103d163a1e5f370aa06905ec5c3b4a4 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 17 Jun 2024 21:13:41 -0700 Subject: Inital Commit --- def.asd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 def.asd (limited to 'def.asd') diff --git a/def.asd b/def.asd new file mode 100644 index 0000000..bd760e1 --- /dev/null +++ b/def.asd @@ -0,0 +1,11 @@ +;;;; def.asd + +(asdf:defsystem #:def + :description "Macros Making def* forms nicer to use." + :author "colin " + :license "Unlicense" + :version "0.0.1" + :serial t + :components ((:file "package") + (:file "util") + (:file "def"))) -- cgit v1.2.3