proje init

This commit is contained in:
riton
2025-03-16 18:47:09 +03:00
parent a661c54e53
commit 2d48f08527
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
(defsystem html-jen
:author "Emre Akan"
:license "GPLv3"
:depends-on (uiop)
:description "Markdown dosyalarından HTML jenerasyonu yapan yazılım."
:components ((:file "paket")))
+4
View File
@@ -0,0 +1,4 @@
(defpackage :html-jen
(:use :common-lisp)
;; (:export sembol...)
)