diff options
author | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2024-07-04 13:06:35 -0500 |
---|---|---|
committer | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2024-07-04 13:06:35 -0500 |
commit | 79c8538b90ddb99bf038f1b4daed4d666146c2af (patch) | |
tree | 4e7ad3871170364b16483920f2c116665317c3a1 /package.lisp | |
parent | dd8078c045995094ee0cc2e3690917d426b73f56 (diff) |
Add: hypnotisml package
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp index b069148..d4cf438 100644 --- a/package.lisp +++ b/package.lisp @@ -5,6 +5,7 @@ (:local-nicknames (#:db #:bknr.datastore) (#:wknd #:weekend) + (#:html #:hypnotisml) (#:a #:alexandria-2) (#:zippy #:org.shirakumo.zippy )) (:import-from #:flatbind #:do>) |