diff options
author | José María Alonso Josa <nimiux@gentoo.org> | 2015-12-17 23:16:55 +0100 |
---|---|---|
committer | José María Alonso Josa <nimiux@gentoo.org> | 2015-12-17 23:16:55 +0100 |
commit | ec1ac2389a1a20ff79b91f712f00d5fa21074011 (patch) | |
tree | bc504a0c62d343ce7d6a764218d7ad8b8677fe8e /dev-lisp/cl-unicode/metadata.xml | |
parent | x11-plugins/wmudmount: require USE=png on imagemagick (diff) | |
download | gentoo-ec1ac2389a1a20ff79b91f712f00d5fa21074011.tar.gz gentoo-ec1ac2389a1a20ff79b91f712f00d5fa21074011.tar.bz2 gentoo-ec1ac2389a1a20ff79b91f712f00d5fa21074011.zip |
dev-lisp/cl-unicode: add from lisp overlay
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-lisp/cl-unicode/metadata.xml')
-rw-r--r-- | dev-lisp/cl-unicode/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-lisp/cl-unicode/metadata.xml b/dev-lisp/cl-unicode/metadata.xml new file mode 100644 index 000000000000..433fe2c0fcdf --- /dev/null +++ b/dev-lisp/cl-unicode/metadata.xml @@ -0,0 +1,14 @@ +<?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> +</pkgmetadata> |