Files
lspack/lspack.asd
T
2026-06-23 15:18:00 +03:00

9 lines
223 B
Common Lisp

(asdf:defsystem "lspack"
:author "Emre Akan"
:description "Quickstart Common Lisp projects"
:license "GPL-3.0"
:version "0.0.1"
:pathname "src/"
:components ((:file "package")
(:file "starter")))