This commit is contained in:
Akira Tempaku 2025-04-19 00:14:19 +09:00
commit bc06ba5a1b
Signed by: paku
GPG key ID: 5B4E8402BCC50607
6 changed files with 201 additions and 0 deletions

8
microcms.asd Normal file
View file

@ -0,0 +1,8 @@
(defsystem "microcms"
:version "0.1.0"
:description "microCMS Common Lisp SDK."
:author "Akira Tempaku"
:license "MIT"
:class :package-inferred-system
:pathname "src"
:depends-on ("microcms/main"))