Rename piccolo to hsx

This commit is contained in:
Akira Tempaku 2024-05-25 21:48:35 +09:00
parent 988aa8d672
commit 6ddf42f6a4
6 changed files with 18 additions and 15 deletions

12
hsx.asd Normal file
View 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"))