summaryrefslogtreecommitdiff
path: root/obwyn.asd
diff options
context:
space:
mode:
Diffstat (limited to 'obwyn.asd')
-rw-r--r--obwyn.asd13
1 files changed, 13 insertions, 0 deletions
diff --git a/obwyn.asd b/obwyn.asd
new file mode 100644
index 0000000..1aa0693
--- /dev/null
+++ b/obwyn.asd
@@ -0,0 +1,13 @@
+;;;; obwyn.asd
+
+(asdf:defsystem #:obwyn
+ :description "Only Bind When You Need"
+ :author "Colin <colin@cicadas.surf>"
+ :license "Unlicense"
+ :version "0.0.1"
+ :serial t
+ :depends-on (#:argot #:alexandria #:testiere)
+ :components ((:file "obwyn")))
+
+
+