[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/tre/tre.desc [COPY] Copyright (C) 2006 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A lightweight POSIX compatible regexp library, supporting fuzzy matching [T] TRE is a lightweight, robust, efficient, portable, and POSIX compliant [T] regexp matching library. Key features include the agrep command [T] line tool for approximate regexp matching in the style of grep, [T] an approximate matching library API, portability, wide character and [T] multibyte character support, binary pattern and data support, complete [T] thread safety, consistently efficient matching, low memory consumption [T] and small footprint, and strict standards conformance. [U] https://laurikari.net/tre/ [A] Ville Laurikari [M] Rene Rebe [C] base/library [F] CROSS [L] GPL [S] Beta [V] 0.9.0 [P] X -----5---9 196.000 [D] 23706d91911cee8da6fe47f367cc258c99f612e4592a462c6f7d73eb tre-0.9.0.tar.gz https://github.com/laurikari/tre/releases/download/v0.9.0/ # always build the static flavour, as needed by tre var_append confopt ' ' --enable-static [ "$SDECFG_STATIC" != 1 ] && var_append confopt ' ' --enable-shared