aboutsummaryrefslogtreecommitdiff
path: root/libraries/tre/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-10-18 16:25:36 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-29 17:07:16 +0700
commite9f70d2687b73c08a80f9b6ba70d627130608864 (patch)
treec5e4394ff542a2e7717b15c8d0725a325c960ee7 /libraries/tre/README
parent5aae23bcf130d0fa05f9f538e53e8fa3248fd3ae (diff)
libraries/tre: New maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tre/README')
-rw-r--r--libraries/tre/README7
1 files changed, 6 insertions, 1 deletions
diff --git a/libraries/tre/README b/libraries/tre/README
index a7a6703f08..7c5da1f7de 100644
--- a/libraries/tre/README
+++ b/libraries/tre/README
@@ -1,3 +1,8 @@
-TRE is a lightweight, robust, and efficient POSIX compliant regexp
+tre (regular expression matching library)
+
+TRE is a lightweight, robust, and efficient POSIX compliant regex
matching library with some exciting features such as approximate
(fuzzy) matching.
+
+This includes the tre C library, python3 library, and the command-line
+tool "agrep".