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: libjuniversalchardet-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>,
Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
maven-debian-helper
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/libjuniversalchardet-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libjuniversalchardet-java
Homepage: https://github.com/albfernandez/juniversalchardet
Rules-Requires-Root: no
Package: libjuniversalchardet-java
Architecture: all
Multi-Arch: foreign
Depends:
${maven:Depends},
${misc:Depends}
Recommends:
${maven:OptionalDepends}
Description: encoding detector library (Java port of the Mozilla library)
juniversalchardet is an encoding detector library, which takes a sequence of
byte in an unknown character encoding without any additional information, and
attempts to determine the encoding of the text.
|