init
This commit is contained in:
commit
bc06ba5a1b
6 changed files with 201 additions and 0 deletions
8
microcms.asd
Normal file
8
microcms.asd
Normal 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"))
|
Loading…
Add table
Add a link
Reference in a new issue