code / clarence / clarence.asd

1(defsystem "clarence"
2  :version "1786.0"
3  :description "A gemtext converter for other formats"
4  :author "Case Duckworth <acdw@acdw.net>"
5  :license "BSD 3-Clause"
6  :depends-on ("cl-ppcre" "clingon")
7  :serial t
8  :components ((:file "clarence")
9               ;;(:file "main")
10               )
11  :build-operation "program-op"
12  :build-pathname "clarence"
13  :entry-point "clarence/main:main")
14
15