htmlcxx 0.86-1 source package in Ubuntu

Changelog

htmlcxx (0.86-1) unstable; urgency=low

  * Imported Upstream version 0.86
  * Refresh patches.
  * Update copyright to fix lintian warnings.
  * Update Standards-Version to 3.9.6.
  * Add reduce-linking.patch: do not link htmlcxx against libcss_parser, but
    have libcss_parser_pp link against it.

 -- Ludovico Cavedon <email address hidden>  Sat, 26 Dec 2015 00:19:42 +0100

Upload details

Uploaded by:
Ludovico Cavedon
Uploaded to:
Sid
Original maintainer:
Ludovico Cavedon
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe libs

Downloads

File Size SHA-256 Checksum
htmlcxx_0.86-1.dsc 2.0 KiB dc80218881642e3bab849e5e484e9c529d470f13b46010d328b18c458ef01a2d
htmlcxx_0.86.orig.tar.gz 458.4 KiB 07542b5ea2442143b125ba213b6823ff4a23fff352ecdd84bbebe1d154f4f5c1
htmlcxx_0.86-1.debian.tar.xz 7.8 KiB 90a7e4edfe4b414667b1d9a13b760a5badd34545e48a454c60db8d96be51c4fd

Available diffs

No changes file available.

Binary packages built by this source

libcss-parser-pp0v5: simple CSS1 parser library for C++

 htmlcxx is a simple non-validating CSS1 and HTML parser for C++. Although
 there are several other html parsers available, htmlcxx has some
 characteristics that make it unique:
 .
  * STL like navigation of DOM tree, using excellent tree.hh library from
    Kasper Peeters
  * It is possible to reproduce exactly, character by character, the original
    document from the parse tree
  * Bundled CSS parser
  * Optional parsing of attributes
  * C++ code that looks like C++ (not so true anymore)
  * Offsets of tags/elements in the original document are stored in the nodes
    of the DOM tree
 .
 The parsing politics of htmlcxx were created trying to mimic Mozilla Firefox
 (http://www.mozilla.org) behavior. So you should expect parse trees similar to
 those create by Firefox. However, differently from Firefox, htmlcxx does not
 insert non-existent stuff in your html. Therefore, serializing the DOM tree
 gives exactly the same bytes contained in the original HTML document.
 .
 This package contains the C++ runtime library for CSS parsing.

libcss-parser-pp0v5-dbgsym: No summary available for libcss-parser-pp0v5-dbgsym in ubuntu yakkety.

No description available for libcss-parser-pp0v5-dbgsym in ubuntu yakkety.

libcss-parser0: No summary available for libcss-parser0 in ubuntu yakkety.

No description available for libcss-parser0 in ubuntu yakkety.

libcss-parser0-dbgsym: No summary available for libcss-parser0-dbgsym in ubuntu yakkety.

No description available for libcss-parser0-dbgsym in ubuntu yakkety.

libhtmlcxx-dev: simple HTML/CSS1 parser library for C++ (development)

 htmlcxx is a simple non-validating CSS1 and HTML parser for C++. Although
 there are several other html parsers available, htmlcxx has some
 characteristics that make it unique:
 .
  * STL like navigation of DOM tree, using excellent tree.hh library from
    Kasper Peeters
  * It is possible to reproduce exactly, character by character, the original
    document from the parse tree
  * Bundled CSS parser
  * Optional parsing of attributes
  * C++ code that looks like C++ (not so true anymore)
  * Offsets of tags/elements in the original document are stored in the nodes
    of the DOM tree
 .
 The parsing politics of htmlcxx were created trying to mimic Mozilla Firefox
 (http://www.mozilla.org) behavior. So you should expect parse trees similar to
 those create by Firefox. However, differently from Firefox, htmlcxx does not
 insert non-existent stuff in your html. Therefore, serializing the DOM tree
 gives exactly the same bytes contained in the original HTML document.
 .
 This package contains files required for developing software that makes use of
 htmlcxx.

libhtmlcxx-dev-dbgsym: No summary available for libhtmlcxx-dev-dbgsym in ubuntu yakkety.

No description available for libhtmlcxx-dev-dbgsym in ubuntu yakkety.

libhtmlcxx3v5: simple HTML parser library for C++

 htmlcxx is a simple non-validating CSS1 and HTML parser for C++. Although
 there are several other html parsers available, htmlcxx has some
 characteristics that make it unique:
 .
  * STL like navigation of DOM tree, using excellent tree.hh library from
    Kasper Peeters
  * It is possible to reproduce exactly, character by character, the original
    document from the parse tree
  * Bundled CSS parser
  * Optional parsing of attributes
  * C++ code that looks like C++ (not so true anymore)
  * Offsets of tags/elements in the original document are stored in the nodes
    of the DOM tree
 .
 The parsing politics of htmlcxx were created trying to mimic Mozilla Firefox
 (http://www.mozilla.org) behavior. So you should expect parse trees similar to
 those create by Firefox. However, differently from Firefox, htmlcxx does not
 insert non-existent stuff in your html. Therefore, serializing the DOM tree
 gives exactly the same bytes contained in the original HTML document.

libhtmlcxx3v5-dbgsym: debug symbols for package libhtmlcxx3v5

 htmlcxx is a simple non-validating CSS1 and HTML parser for C++. Although
 there are several other html parsers available, htmlcxx has some
 characteristics that make it unique:
 .
  * STL like navigation of DOM tree, using excellent tree.hh library from
    Kasper Peeters
  * It is possible to reproduce exactly, character by character, the original
    document from the parse tree
  * Bundled CSS parser
  * Optional parsing of attributes
  * C++ code that looks like C++ (not so true anymore)
  * Offsets of tags/elements in the original document are stored in the nodes
    of the DOM tree
 .
 The parsing politics of htmlcxx were created trying to mimic Mozilla Firefox
 (http://www.mozilla.org) behavior. So you should expect parse trees similar to
 those create by Firefox. However, differently from Firefox, htmlcxx does not
 insert non-existent stuff in your html. Therefore, serializing the DOM tree
 gives exactly the same bytes contained in the original HTML document.