summaryrefslogtreecommitdiff
path: root/parzival.asd
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-04-23 18:19:52 -0500
committerBoutade <thegoofist@protonmail.com>2019-04-23 18:19:52 -0500
commit4e9d8e74b9e5f713a590ad9db33cec503e2e6bc4 (patch)
tree888bd06a60dc071f02ddcbdd8dcb24479170d114 /parzival.asd
initial commit
Diffstat (limited to 'parzival.asd')
-rw-r--r--parzival.asd11
1 files changed, 11 insertions, 0 deletions
diff --git a/parzival.asd b/parzival.asd
new file mode 100644
index 0000000..889bc6c
--- /dev/null
+++ b/parzival.asd
@@ -0,0 +1,11 @@
+;;;; parzival.asd
+
+(asdf:defsystem #:parzival
+ :description "An embedded langauage for nearly monadic stream parser combinators."
+ :author "Boutade <thegoofist@protonmail.com>"
+ :license "GPLv3"
+ :version "0.0.1"
+ :serial t
+ :depends-on (#:replay-streams)
+ :components ((:file "package")
+ (:file "parzival")))