summaryrefslogtreecommitdiff
path: root/parzival.asd
blob: de329a93729fb9fc72a8736b72b47287cf32a2f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;;; parzival.asd

(asdf:defsystem #:parzival
  :description "Streaming parser language in Common Lisp."
  :author "Boutade <thegoofist@protonmail.com>"
  :license  "GPLv3"
  :version "0.0.2"
  :serial t
  :depends-on (#:replay-streams)
  :components ((:file "package")
               (:file "parzival")))