html-entities
A module for encoding and decoding HTML/XML/SGML entities.
$ area51 add html-entitiesCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(html-entities:some-function ...)A module for encoding and decoding HTML/XML/SGML entities.
$ area51 add html-entitiesCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(html-entities:some-function ...)