Dash:
[t2.git] / package / java / jakarta-regexp / jakarta-regexp.desc
blob5eb8887a349f9cb202da0d39afd72700845e53fb
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/jakarta-regexp/jakarta-regexp.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] 
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
7 [COPY] 
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] 100% Java Regular Expressions Package
14 [T] Apache Jakarta Regexp is a 100% pure Java regular expression
15 [T] package. Expression syntax supports all of Perl5 syntax, with the
16 [T] exception of back reference substitution markers (several people
17 [T] have mentioned this lack, so please feel free to contribute
18 [T] a solution). It also supports a very limited subset of POSIX
19 [T] features. Performance and features are somewhat inferior to ORO,
20 [T] and the new JDK 1.4 (java.util.regex) package, but the package is
21 [T] especially small and features the ability to precompile expressions
22 [T] (without using object serialization) into byte arrays, thus avoiding
23 [T] the need to load the expression compiler.
25 [U] http://jakarta.apache.org/regexp/
27 [A] Jonathan Locke
28 [M] The T2 Project <t2@t2-project.org>
30 [C] extra/development
32 [L] APL
33 [S] Stable
34 [V] 1.5
35 [P] X -----5---9 800.000
37 [O] . $base/package/*/*/java-conf.in
39 [O] buildtarget=jar
40 [O] buildjardir=build
41 [O] builddocdir=docs
42 [D] b3efb818dcf60eccd13ff5d3ff716fa7ce3f8fb6b37bfa662e8d779c jakarta-regexp-1.5.tar.gz http://www.apache.org/dist/jakarta/regexp/source/