Update description
Some checks failed
test / tests (ccl-bin) (push) Has been cancelled
test / tests (sbcl-bin) (push) Has been cancelled

This commit is contained in:
paku 2024-12-20 23:38:19 +09:00
parent fa7fc1605e
commit a73af8d936
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# 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/).

View file

@ -1,6 +1,6 @@
(defsystem "hsx"
:version "0.4.0"
:description "Hypertext S-expression"
:description "Simple and powerful HTML generation library."
:author "skyizwhite, Bo Yao"
:maintainer "skyizwhite <paku@skyizwhite.dev>"
:license "MIT"