summaryrefslogtreecommitdiff
path: root/parzival.asd
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-05-10 10:24:47 -0500
committerBoutade <thegoofist@protonmail.com>2019-05-10 10:24:47 -0500
commitfb01a84603dfde351afa89305cf40d178cb9aa35 (patch)
treecc14248a01e44a41c632bd95d80ab50f8b184bdb /parzival.asd
parent89225f02d8a87cd0c1a67265a38d7f2a1e71b25a (diff)
updated parzival.asd
Diffstat (limited to 'parzival.asd')
-rw-r--r--parzival.asd10
1 files changed, 5 insertions, 5 deletions
diff --git a/parzival.asd b/parzival.asd
index afee8f4..de329a9 100644
--- a/parzival.asd
+++ b/parzival.asd
@@ -1,12 +1,12 @@
;;;; parzival.asd
(asdf:defsystem #:parzival
- :description "An embedded langauage for nearly monadic stream parser combinators."
+ :description "Streaming parser language in Common Lisp."
:author "Boutade <thegoofist@protonmail.com>"
:license "GPLv3"
- :version "0.0.1"
+ :version "0.0.2"
:serial t
- :depends-on (#:replay-streams #:prove)
+ :depends-on (#:replay-streams)
:components ((:file "package")
- (:file "parzival")
- (:file "tests")))
+ (:file "parzival")))
+