summaryrefslogtreecommitdiff
path: root/parzival.asd
blob: c819f69368a17dc489bfc5abd5d606903b6d6b3d (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.3.0"
  :serial t
  :depends-on (#:replay-streams)
  :components ((:file "package")
               (:file "parzival")))