Exherbo
GitLab
Packages
dev-java/jakarta-regexp
A 100% Pure Java regular expression library.
Versions
Slot
Version
Repository
Platforms
0
1.5
java
~amd64
arm?
armv7?
armv8?
~x86
Metadata
Homepage
https://jakarta.apache.org/regexp/
Summary
A 100% Pure Java regular expression library
Description
Jakarta Regexp is a 100% pure Java regular expression package. Expression syntax supports all of Perl5 syntax, with the exception of back reference substitution markers (several people have mentioned this lack, so please feel free to contribute a solution). It also supports a very limited subset of POSIX features. Performance and features are somewhat inferior to ORO, and the new JDK 1.4 (java.util.regex) package, but the package is especially small and features the ability to precompile expressions (without using object serialization) into byte arrays, thus avoiding the need to load the expression compiler.
Upstream changelog
https://jakarta.apache.org/regexp/changes.html
Dependencies
(
(
build:
dev-java/apache-ant
)
(
install:
app-admin/eclectic[>=2.0.13]
)
(
build:
virtual/jdk:=
run:
virtual/jre:=
)
)
Downloads
mirror://apache/dist/jakarta/regexp/source/jakarta-regexp-1.5.tar.gz
Licences
Apache-2.0