Source: jtidy Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg Section: java Priority: optional Build-Depends: ant, ant-doc, debhelper-compat (= 13), default-jdk-headless, junit4, liblog4j1.2-java, libmaven-javadoc-plugin-java, libslf4j-java, maven-debian-helper Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/java-team/jtidy Vcs-Git: https://salsa.debian.org/java-team/jtidy.git Homepage: https://jtidy.sourceforge.net/ Package: libjtidy-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Suggests: libjtidy-java-doc Description: JTidy HTML syntax checker and pretty printer JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM interface to the document that is being processed, which effectively makes you able to use JTidy as a DOM parser for real-world HTML. Package: libjtidy-java-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libjtidy-java Description: JTidy HTML syntax checker and pretty printer (documentation) JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM interface to the document that is being processed, which effectively makes you able to use JTidy as a DOM parser for real-world HTML. . This package contains the API documentation of libjtidy-java.