summaryrefslogtreecommitdiff
path: root/flatbind.asd
diff options
context:
space:
mode:
Diffstat (limited to 'flatbind.asd')
-rw-r--r--flatbind.asd13
1 files changed, 13 insertions, 0 deletions
diff --git a/flatbind.asd b/flatbind.asd
new file mode 100644
index 0000000..fb6d905
--- /dev/null
+++ b/flatbind.asd
@@ -0,0 +1,13 @@
+;;;; flatbind.asd
+
+(asdf:defsystem #:flatbind
+ :description "Syntactic sugar cribbing style from haskell's do syntax."
+ :author "Colin <colin@cicadas.surf>"
+ :license "Unlicense"
+ :version "0.0.1"
+ :serial t
+ :depends-on (#:argot #:alexandria #:testiere)
+ :components ((:file "flatbind")))
+
+
+