summaryrefslogtreecommitdiff
path: root/html-jen.asd
blob: dec6e7337cde368aefff823c0568828936658857 (plain)
1
2
3
4
5
6
(defsystem html-jen
  :author "Emre Akan"
  :license "GPLv3"
  :depends-on (uiop)
  :description "Markdown dosyalarından HTML jenerasyonu yapan yazılım."
  :components ((:file "paket")))