Package htmlcxx: Information

    Source package: htmlcxx
    Version: 0.87-alt3_4
    Build time:  Aug 5, 2022, 08:51 PM
    Report package bug
    License: LGPLv2
    Summary: htmlcxx is a simple non-validating css1 and html parser for C++
    Description: 
    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 the 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

    List of rpms provided by this srpm:
    htmlcxx (e2kv6, e2kv5, e2kv4, e2k)
    htmlcxx-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    libcssparser-devel (e2kv6, e2kv5, e2kv4, e2k)
    libcssparser-devel-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    libcssparser0 (e2kv6, e2kv5, e2kv4, e2k)
    libhtmlcxx-devel (e2kv6, e2kv5, e2kv4, e2k)
    libhtmlcxx3 (e2kv6, e2kv5, e2kv4, e2k)
    libhtmlcxx3-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. gcc-c++

    Last changed


    Aug. 2, 2022 Igor Vlasenko 0.87-alt3_4
    - update by mgaimport
    Oct. 1, 2021 Igor Vlasenko 0.87-alt3_2
    - fixed build with gcc11
    Oct. 5, 2020 Igor Vlasenko 0.87-alt2_2
    - to Sisyphus (closes: #39037)