summaryrefslogtreecommitdiff
path: root/pastiche.asd
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-08-11 19:52:19 -0700
committercolin <colin@cicadas.surf>2024-08-11 19:52:19 -0700
commit4be1a20fa252c43880b94d1a92cee00e822f1aa6 (patch)
treec6b6b894a015b97febd07ecce8ca1f768df19ee1 /pastiche.asd
initial commit
Diffstat (limited to 'pastiche.asd')
-rw-r--r--pastiche.asd16
1 files changed, 16 insertions, 0 deletions
diff --git a/pastiche.asd b/pastiche.asd
new file mode 100644
index 0000000..8fb0f7c
--- /dev/null
+++ b/pastiche.asd
@@ -0,0 +1,16 @@
+;;;; pastiche.asd
+
+(asdf:defsystem #:pastiche
+ :description "Describe pastiche here"
+ :author "Your Name <your.name@example.com>"
+ :license "Specify license here"
+ :version "0.0.1"
+ :serial t
+ :depends-on (#:weekend
+ #:hypnotisml
+ #:alexandria
+ #:def
+ #:bknr.datastore
+ #:flatbind)
+ :components ((:file "package")
+ (:file "pastiche")))