Files
html-jen/html-jen.asd
2025-03-24 02:09:09 +03:00

14 lines
408 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"))
:build-operation "program-op"
:build-pathname "html-üret"
:entry-point "html-jen::ana")