Files
html-jen/html-jen.asd

11 lines
314 B
Common Lisp
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
(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")))