summaryrefslogtreecommitdiff
blob: b4b324f1f85e3f26f9025fde8f647038b2aede7e (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
30
31
32
33
<?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-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>