summaryrefslogtreecommitdiff
path: root/parzival.asd
blob: c67ffebc220bb8b6aaf82404c15f93b3ffd00180 (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 "Colin Okay <cbeok@protonmail.com>"
  :license  "GPLv3"
  :version "0.4.0"
  :serial t
  :depends-on (#:replay-streams)
  :components ((:file "package")
               (:file "parzival")))