aboutsummaryrefslogtreecommitdiff
path: root/lazybones.asd
diff options
context:
space:
mode:
authorCoin Okay <cbeok@protonmail.com>2020-04-20 17:56:50 -0500
committerCoin Okay <cbeok@protonmail.com>2020-04-20 17:56:50 -0500
commit6e55fd30c64cd6cd9b4162c94c1bc59482022912 (patch)
tree97524ec6da82a5717805a47f59552af05126ecb6 /lazybones.asd
initial commit
Diffstat (limited to 'lazybones.asd')
-rw-r--r--lazybones.asd11
1 files changed, 11 insertions, 0 deletions
diff --git a/lazybones.asd b/lazybones.asd
new file mode 100644
index 0000000..1a63d11
--- /dev/null
+++ b/lazybones.asd
@@ -0,0 +1,11 @@
+;;;; lazybones.asd
+
+(asdf:defsystem #:lazybones
+ :description "Describe lazybones here"
+ :author "Your Name <your.name@example.com>"
+ :license "Specify license here"
+ :version "0.0.1"
+ :serial t
+ :depends-on (#:clack #:jonathan #:iterate #:alexandria #:split-sequence)
+ :components ((:file "package")
+ (:file "lazybones")))