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