summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lisp/cl-ppcre/metadata.xml32
1 files changed, 16 insertions, 16 deletions
diff --git a/dev-lisp/cl-ppcre/metadata.xml b/dev-lisp/cl-ppcre/metadata.xml
index 80cabfa13150..36bca3f8dbdf 100644
--- a/dev-lisp/cl-ppcre/metadata.xml
+++ b/dev-lisp/cl-ppcre/metadata.xml
@@ -6,26 +6,26 @@
<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:
+ 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
+ * 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:
+ 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
+ * 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>