start lspack

This commit is contained in:
2026-06-23 15:18:00 +03:00
parent 8a29b252ed
commit dd1f3745de
5 changed files with 122 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
(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")))