docspec/docspec.asd

9 lines
344 B
Common Lisp

(defsystem docspec
:version "0.0.1"
:serial t
:license "Unlicense"
:author "contrapunctus <contrapunctus at disroot dot org>"
:description "A standard, predictable interface to acces the four types of documentation for a project."
:defsystem-depends-on ("literate-lisp")
:components ((:org "lib/docspec")))