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

Changelog

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

  * Team upload.
  * Switch to compat level 11.
  * wrap-and-sort -sa.
  * Set javac target to 1.7.
  * Add encoding.patch and fix FTBFS with Java 9. (Closes: #893243)
  * Declare compliance with Debian Policy 4.1.3.

 -- Markus Koschany <email address hidden>  Fri, 30 Mar 2018 17:14:31 +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
Bionic release universe libs

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtmlparser-java_1.6.20060610.dfsg0-8.dsc 2.3 KiB 2a8da0aa392c2957d808d4d1fd0c4f5406858c68c57f846d5178546f662d5430
libhtmlparser-java_1.6.20060610.dfsg0.orig.tar.gz 2.0 MiB 8e7f6fa906916dd89d4e5684a20347043a4ef9794b78dc2a98c77fd51b0d2aaa
libhtmlparser-java_1.6.20060610.dfsg0-8.debian.tar.xz 7.0 KiB 415c94f91b9e59732d368fb10097401e46a533fa3a7249400b7ff8568ac70125

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.