init
This commit is contained in:
commit
fa65e85b97
6 changed files with 203 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