11 lines
314 B
Common Lisp
11 lines
314 B
Common Lisp
(defsystem html-jen
|
||
:author "Emre Akan"
|
||
:license "GPLv3"
|
||
:depends-on (uiop)
|
||
:description "Markdown dosyalarından HTML jenerasyonu yapan yazılım."
|
||
:components ((:file "paket")
|
||
(:file "tanım")
|
||
(:file "okur")
|
||
(:file "üretim")
|
||
(:file "ana")))
|