From 5d3b5870b7f4d3a9b9be9ea840b21398fa77241d Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 4 May 2024 10:19:17 -0700 Subject: renamed --- flatbind.asd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 flatbind.asd (limited to 'flatbind.asd') 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 " + :license "Unlicense" + :version "0.0.1" + :serial t + :depends-on (#:argot #:alexandria #:testiere) + :components ((:file "flatbind"))) + + + -- cgit v1.2.3