license templates

This commit is contained in:
2026-06-28 02:31:34 +03:00
parent dd1f3745de
commit 509f4a44bb
5 changed files with 163 additions and 6 deletions
+5 -1
View File
@@ -1,8 +1,12 @@
(asdf:defsystem "lspack"
(defsystem "lspack"
:author "Emre Akan"
:description "Quickstart Common Lisp projects"
:license "GPL-3.0"
:version "0.0.1"
:depends-on ("uiop")
:pathname "src/"
:serial t
:components ((:file "package")
(:file "util")
(:file "license")
(:file "starter")))