tre
Lightweight, robust, and efficient POSIX compliant regexp matching library
homepage ↗homepage ↗ github: laurikari/tre
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 0.9.0-r1 | 2 | 15 h | details › |
Versions & arches
| Version | Overlay | amd64 | arm64 | x86 | ppc64 | riscv | alpha | arm | arm64-macos | hppa | loong | mips | ppc | sparc | x64-macos | Committed | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0.9.0-r1 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | arm64-macos testing | hppa testing | loong testing | mips testing | ppc stable | sparc testing | x64-macos testing | — | view · download · history ↗ |
| 0.8.0_p20210321-r4 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | arm64-macos testing | hppa testing | loong testing | mips testing | ppc stable | sparc testing | x64-macos testing | — | view · download · history ↗ |
Use flags of 0.9.0-r1
- +agrep Build agrep tool
- +alloca Enable if you want TRE to use alloca() instead of malloc() when allocating memory needed for regexec operations
- +approx Enable the approximate matching functionality
- debug Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- nls Add Native Language Support (using gettext - GNU locale utilities)
- profile Add support for software performance analysis (will likely vary from ebuild to ebuild)
- python Add optional support/bindings for the Python language
3 expansion flags (python targets, ABIs, cpu flags…)
- python_targets_python3_12
- python_targets_python3_13
- python_targets_python3_14
Runtime dependencies of 0.9.0-r1
show 14 lines
agrep?
(
)
python?
(
python_targets_python3_12?
(
)
python_targets_python3_13?
(
)
python_targets_python3_14?
(
)
)