Update description
This commit is contained in:
parent
fa7fc1605e
commit
a73af8d936
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# HSX
|
# HSX
|
||||||
|
|
||||||
HSX (Hypertext S-expression) is a simple yet powerful HTML5 generation library for Common Lisp.
|
HSX (Hypertext S-expression) is a simple and powerful HTML (Living Standard) generation library for Common Lisp.
|
||||||
|
|
||||||
This project is a fork of [ailisp/flute](https://github.com/ailisp/flute/).
|
This project is a fork of [ailisp/flute](https://github.com/ailisp/flute/).
|
||||||
|
|
||||||
|
|
2
hsx.asd
2
hsx.asd
|
@ -1,6 +1,6 @@
|
||||||
(defsystem "hsx"
|
(defsystem "hsx"
|
||||||
:version "0.4.0"
|
:version "0.4.0"
|
||||||
:description "Hypertext S-expression"
|
:description "Simple and powerful HTML generation library."
|
||||||
:author "skyizwhite, Bo Yao"
|
:author "skyizwhite, Bo Yao"
|
||||||
:maintainer "skyizwhite <paku@skyizwhite.dev>"
|
:maintainer "skyizwhite <paku@skyizwhite.dev>"
|
||||||
:license "MIT"
|
:license "MIT"
|
||||||
|
|
Loading…
Reference in a new issue