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
|
Source: commons-text
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper (>= 12),
default-jdk,
maven-debian-helper,
Build-Depends-Indep:
libcommons-lang3-java (>= 3.11),
libmaven-bundle-plugin-java,
Standards-Version: 4.4.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/java-team/commons-text.git
Vcs-Browser: https://salsa.debian.org/java-team/commons-text
Homepage: https://github.com/apache/commons-text
Package: libcommons-text-java
Architecture: all
Depends:
${maven:CompileDepends},
${maven:Depends},
${misc:Depends},
Suggests:
${maven:OptionalDepends},
Description: Apache Commons Text
Library focused on algorithms working on strings.
|