Пакет htmlcxx: Информация

    Исходный пакет: htmlcxx
    Версия: 0.87-alt3_4
    Собран:  11 марта 2023 г. 12:00
    Сообщить об ошибке в пакете
    Домашняя страница: http://htmlcxx.sourceforge.net/

    Лицензия: LGPLv2
    О пакете: htmlcxx — это простой анализатор css1 и html без проверки подлинности для 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 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

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    htmlcxx (riscv64)
    htmlcxx-debuginfo (riscv64)
    libcssparser-devel (riscv64)
    libcssparser-devel-debuginfo (riscv64)
    libcssparser0 (riscv64)
    libhtmlcxx-devel (riscv64)
    libhtmlcxx3 (riscv64)
    libhtmlcxx3-debuginfo (riscv64)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

      1. gcc-c++

    Последнее изменение


    2 августа 2022 г. Igor Vlasenko 0.87-alt3_4
    - update by mgaimport
    1 октября 2021 г. Igor Vlasenko 0.87-alt3_2
    - fixed build with gcc11
    5 октября 2020 г. Igor Vlasenko 0.87-alt2_2
    - to Sisyphus (closes: #39037)