summaryrefslogtreecommitdiff
path: root/devel/hachoir-regex/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hachoir-regex/pkg-descr')
-rw-r--r--devel/hachoir-regex/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/hachoir-regex/pkg-descr b/devel/hachoir-regex/pkg-descr
new file mode 100644
index 000000000000..5af14c28a1c5
--- /dev/null
+++ b/devel/hachoir-regex/pkg-descr
@@ -0,0 +1,7 @@
+hachoir-regex is a Python library for regular expression manupulation.
+You can use a|b (or) and a+b (and) operators. Expressions are optimized
+during the construction: merge ranges, simplify repetitions, etc. It
+also contains a class for pattern matching allowing to search multiple
+strings and regex at the same time.
+
+WWW: http://hachoir.org/wiki/hachoir-regex