summaryrefslogtreecommitdiff
path: root/hypnotisml.asd
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-06-22 09:29:11 -0700
committercolin <colin@cicadas.surf>2024-06-22 09:29:11 -0700
commit6fd1e86ceb0502a9bcd26f179397ae5a0b037d85 (patch)
tree73b987c15b95b006b09317bf94b3fe02b85a651c /hypnotisml.asd
initial commit
Diffstat (limited to 'hypnotisml.asd')
-rw-r--r--hypnotisml.asd12
1 files changed, 12 insertions, 0 deletions
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 <your.name@example.com>"
+ :license "Specify license here"
+ :version "0.0.1"
+ :pathname "src/"
+ :serial t
+ :depends-on (#:def #:alexandria)
+ :components ((:file "package")
+ (:file "hypnotisml")))