mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
18 lines
720 B
XML
18 lines
720 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>common-lisp</herd>
|
|
<longdescription>
|
|
CL-UNICODE is a library which provides Common Lisp implementations
|
|
with knowledge about Unicode characters including their name, their
|
|
general category, the scripts and blocks they belong to, their
|
|
numerical value, and several other properties. It also provides the
|
|
ability to replace the standard syntax for reading Lisp characters
|
|
with one that is Unicode-aware and is used to enhance CL-PPCRE with
|
|
Unicode properties.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">edicl/cl-unicode</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|