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

    Исходный пакет: htmlcxx
    Версия: 0.87-alt3_5
    Последняя версия по данным Repology
    Собран:  8 апреля 2025 г. 19:19 в задании #380858
    Сообщить об ошибке в пакете
    Домашняя страница: https://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 (x86_64, i586, aarch64)
    htmlcxx-debuginfo (x86_64, i586, aarch64)
    libcssparser-devel (x86_64, i586, aarch64)
    libcssparser0 (x86_64, i586, aarch64)
    libcssparser0-debuginfo (x86_64, i586, aarch64)
    libhtmlcxx-devel (x86_64, i586, aarch64)
    libhtmlcxx3 (x86_64, i586, aarch64)
    libhtmlcxx3-debuginfo (x86_64, i586, aarch64)

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

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

    Права:
    Igor Vlasenko
    @everybody

      1. gcc-c++

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


    8 апреля 2025 г. Igor Vlasenko 0.87-alt3_5
    - update by mgaimport
    2 августа 2022 г. Igor Vlasenko 0.87-alt3_4
    - update by mgaimport
    1 октября 2021 г. Igor Vlasenko 0.87-alt3_2
    - fixed build with gcc11