Source: libhtmlparser-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Tiago Saboga , Andreas B. Mundt Rules-Requires-Root: no Build-Depends: ant, debhelper-compat (= 13), default-jdk, javahelper, maven-repo-helper Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/java-team/libhtmlparser-java.git Vcs-Browser: https://salsa.debian.org/java-team/libhtmlparser-java Homepage: http://htmlparser.sourceforge.net Package: libhtmlparser-java Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Suggests: libhtmlparser-java-doc Description: java library to parse html HTML Parser is a Java library used to parse HTML in either a linear or nested fashion. Primarily used for transformation or extraction, it features filters, visitors, custom tags and easy to use JavaBeans. . The two fundamental use-cases that are handled by the parser are extraction and transformation (the syntheses use-case, where HTML pages are created from scratch, is better handled by other tools closer to the source of data). . In general, to use the HTMLParser you will need to be able to write code in the Java programming language. Although some example programs are provided that may be useful as they stand, it's more than likely you will need (or want) to create your own programs or modify the ones provided to match your intended application. Package: libhtmlparser-java-doc Section: doc Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Suggests: libhtmlparser-java Description: java library to parse html - doc HTML Parser is a Java library used to parse HTML in either a linear or nested fashion. Primarily used for transformation or extraction, it features filters, visitors, custom tags and easy to use JavaBeans. . This package contains the documentation for the library.