libhtmlparser-java 1.6.20060610.dfsg0-10 source package in Ubuntu

Changelog

libhtmlparser-java (1.6.20060610.dfsg0-10) unstable; urgency=medium

  * Add maven POM to the package to offer use in maven projects.
  * Update debhelper compatibility level and Standards-Version.
    No changes needed.
  * Add 'Rules-Requires-Root: no' to control file.
  * Update watch file and fix packaging links.
  * Mark binary packages 'Multi-Arch: foreign'.

 -- Andreas B. Mundt <email address hidden>  Mon, 17 Jul 2023 19:10:47 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtmlparser-java_1.6.20060610.dfsg0-10.dsc 2.2 KiB 19c26fe4d3296f82552a5845769970b898da802fa439e7a8780fc9b2a3b3ebd7
libhtmlparser-java_1.6.20060610.dfsg0.orig.tar.gz 2.0 MiB 8e7f6fa906916dd89d4e5684a20347043a4ef9794b78dc2a98c77fd51b0d2aaa
libhtmlparser-java_1.6.20060610.dfsg0-10.debian.tar.xz 13.0 KiB 31599f7b0adc6deb4d3324d76fa5db84c784fe2f8a012f65a1fbe79cfdc833e1

No changes file available.

Binary packages built by this source

libhtmlparser-java: 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.

libhtmlparser-java-doc: 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.