forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
33 lines (31 loc) · 1.04 KB
/
metadata.xml
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
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Common Lisp Project</name>
</maintainer>
<longdescription lang="en">
CL-PPCRE is a portable regular expression library for Common Lisp
which has the following features:
* compatible with Perl
* fast (outperforms Perl)
* portable (ANSI Common Lisp)
* thread-safe
* includes convenience features
* well-documented
</longdescription>
<longdescription lang="es">
CL-PPCRE es una biblioteca de expressiones regulares portable
para Common Lisp que tiene las siguientes características:
* Compatible con Perl
* Rápida (más rápida que la versión para Perl)
* Portable (ANSI Common Lisp)
* Segura en la ejecución de hilos (thread-safe)
* Incluye características para hacerla cómoda
* Bien documentada
</longdescription>
<upstream>
<remote-id type="github">edicl/cl-ppcre</remote-id>
</upstream>
</pkgmetadata>