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
|
Source: libcommons-codec-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Wolfgang Baer <WBaer@gmx.de>,
Torsten Werner <twerner@debian.org>,
James Page <james.page@ubuntu.com>,
Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
junit4,
libcommons-lang3-java,
libcommons-parent-java,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
maven-debian-helper (>= 2.2)
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/libcommons-codec-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libcommons-codec-java
Homepage: http://commons.apache.org/codec/
Package: libcommons-codec-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: encoder and decoders such as Base64 and hexadecimal codec
The codec package contains simple encoder and decoders for various
formats such as Base64 and Hexadecimal. In addition to these widely
used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
.
This is a part of the Apache Commons Project.
|