From 6fd1e86ceb0502a9bcd26f179397ae5a0b037d85 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 22 Jun 2024 09:29:11 -0700 Subject: initial commit --- hypnotisml.asd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hypnotisml.asd (limited to 'hypnotisml.asd') diff --git a/hypnotisml.asd b/hypnotisml.asd new file mode 100644 index 0000000..28fb47c --- /dev/null +++ b/hypnotisml.asd @@ -0,0 +1,12 @@ +;;;; hypnotisml.asd + +(asdf:defsystem #:hypnotisml + :description "Describe hypnotisml here" + :author "Your Name " + :license "Specify license here" + :version "0.0.1" + :pathname "src/" + :serial t + :depends-on (#:def #:alexandria) + :components ((:file "package") + (:file "hypnotisml"))) -- cgit v1.2.3