1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: texhyphj
Section: java
Priority: optional
Maintainer: Sebastian Humenda <shumenda@gmx.de>
Build-Depends: debhelper-compat (= 12), default-jdk (>= 2:1.8) | java8-sdk-headless,
ant, javahelper, maven-repo-helper
Standards-Version: 4.5.0
Homepage: https://github.com/joeha480/texhyphj
Vcs-Browser: https://salsa.debian.org/a11y-team/texhyphj
Vcs-Git: https://salsa.debian.org/a11y-team/texhyphj.git
Package: libtexhyphj-java
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Support for TeX hyphenation patterns in Java
This Java library allows the re-use of hyphenation patterns, as used by LaTeX.
.
This project continues the work by David Tolpin. Specifically, adding UTF-8
support for pattern files while maintaining the original functionality.
|