summaryrefslogtreecommitdiff
blob: 720832fbe22dbc46668bad8e5494d52b107299f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>common-lisp@gentoo.org</email>
    <name>Gentoo Common Lisp Project</name>
  </maintainer>
  <longdescription lang="en">
    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>
  <longdescription lang="es">
    CL-UNICODE es una biblioteca que ofrece implmentaciones de Common
    Lisp que reconoce caracteres Unicode incluyendo su nombre, categoría
    general, los guiones y bloques a los que pertenecen, su valor
    numérico y algunas otras propiedades. También ofrece la capacidad
    de reemplazar la sintaxis estándar para la lectura de caracteres
    Lisp por otra que reconoce Unicode y se utiliza para mejorar
    CL-PPCRE con propiedades Unicode.
  </longdescription>
  <upstream>
    <remote-id type="github">edicl/cl-unicode</remote-id>
  </upstream>
</pkgmetadata>