summaryrefslogtreecommitdiff
path: root/html-jen.asd
blob: bbad5d498e26957a8fcb2435493d216f1737fafb (plain)
1
2
3
4
5
6
7
8
9
10
(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")))