diff options
Diffstat (limited to 'html-jen.asd')
-rw-r--r-- | html-jen.asd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/html-jen.asd b/html-jen.asd new file mode 100644 index 0000000..dec6e73 --- /dev/null +++ b/html-jen.asd @@ -0,0 +1,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"))) |