From 4be1a20fa252c43880b94d1a92cee00e822f1aa6 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 11 Aug 2024 19:52:19 -0700 Subject: initial commit --- pastiche.asd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pastiche.asd (limited to 'pastiche.asd') 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 " + :license "Specify license here" + :version "0.0.1" + :serial t + :depends-on (#:weekend + #:hypnotisml + #:alexandria + #:def + #:bknr.datastore + #:flatbind) + :components ((:file "package") + (:file "pastiche"))) -- cgit v1.2.3