Files
lspack/lspack.asd
T
2026-06-29 01:00:18 +03:00

13 lines
316 B
Common Lisp

(defsystem "lspack"
:author "Emre Akan"
:description "Quickstart Common Lisp projects"
:license "GPL-3.0"
:version "0.0.2"
:depends-on ("uiop")
:pathname "src/"
:serial t
:components ((:file "package")
(:file "util")
(:file "license")
(:file "starter")))