Rename piccolo to hsx
This commit is contained in:
parent
988aa8d672
commit
6ddf42f6a4
6 changed files with 18 additions and 15 deletions
12
hsx.asd
Normal file
12
hsx.asd
Normal file
|
@ -0,0 +1,12 @@
|
|||
(defsystem "hsx"
|
||||
:version "0.1.0"
|
||||
:description "A beautiful, easily composable HTML5 generation library"
|
||||
:author "Bo Yao, skyizwhite"
|
||||
:maintainer "skyizwhite <paku@skyizwhite.dev>"
|
||||
:license "MIT"
|
||||
:long-description #.(uiop:read-file-string
|
||||
(uiop:subpathname *load-pathname* "README.md"))
|
||||
:in-order-to ((test-op (test-op hsx-test)))
|
||||
:class :package-inferred-system
|
||||
:pathname "src"
|
||||
:depends-on ("hsx/main"))
|
Loading…
Add table
Add a link
Reference in a new issue