summaryrefslogtreecommitdiff
path: root/dev-lisp/cl-ppcre/metadata.xml
blob: ff3c2919e3018bfc7d25ab22e8ffaaf1d3dc4c49 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
  <origin>srcux</origin>
</pkgmetadata>