1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: liboro-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
ant,
debhelper (>= 11),
default-jdk,
maven-repo-helper
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/java-team/liboro-java.git
Vcs-Browser: https://salsa.debian.org/java-team/liboro-java
Homepage: http://jakarta.apache.org/oro/
Package: liboro-java
Architecture: all
Depends: ${misc:Depends}
Description: Regular expression library for Java
The Jakarta-ORO Java classes are a set of text-processing Java classes
that provide Perl5 compatible regular expressions, AWK-like regular
expressions, glob expressions, and utility classes for performing
substitutions, splits, filtering filenames, etc.
ORO is faster and more functional than gnu.regexp.
Package: liboro-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Regular expression library for Java -- documentation
The Jakarta-ORO Java classes are a set of text-processing Java classes
that provide Perl5 compatible regular expressions, AWK-like regular
expressions, glob expressions, and utility classes for performing
substitutions, splits, filtering filenames, etc.
ORO is faster and more functional than gnu.regexp.
.
This package contains the API documentation of liboro-java
|