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

    Исходный пакет: libxmlb
    Версия: 0.3.18-alt1
    Последняя версия по данным Repology
    Собран:  12 апреля 2024 г. 20:34 в задании #345015
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/hughsie/libxmlb

    Лицензия: LGPLv2.1
    О пакете: Library for querying compressed XML metadata
    Описание: 
    XML is slow to parse and strings inside the document cannot be memory mapped as
    they do not have a trailing NUL char. The libxmlb library takes XML source, and
    converts it to a structured binary representation with a deduplicated string
    table -- where the strings have the NULs included.
    
    This allows an application to mmap the binary XML file, do an XPath query and
    return some strings without actually parsing the entire document. This is all
    done using (almost) zero allocations and no actual copying of the binary data.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libxmlb-common (x86_64, ppc64le, i586, aarch64)
    libxmlb-devel (x86_64, ppc64le, i586, aarch64)
    libxmlb-tests (x86_64, ppc64le, i586, aarch64)
    libxmlb-tests-debuginfo (x86_64, ppc64le, i586, aarch64)
    libxmlb-tools (x86_64, ppc64le, i586, aarch64)
    libxmlb-tools-debuginfo (x86_64, ppc64le, i586, aarch64)
    libxmlb2 (x86_64, ppc64le, i586, aarch64)
    libxmlb2-debuginfo (x86_64, ppc64le, i586, aarch64)

    Сопровождающий: Anton Farygin

    Список участников:
    Anton Farygin

    Права:
    Anton Farygin

      1. glib2-devel >= 2.58.1
      2. gobject-introspection-devel
      3. gtk-doc
      4. liblzma-devel
      5. libstemmer-devel
      6. libzstd-devel
      7. meson
      8. shared-mime-info

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


    12 апреля 2024 г. Anton Farygin 0.3.18-alt1
    - 0.3.17 -> 0.3.18
    9 апреля 2024 г. Anton Farygin 0.3.17-alt1
    - 0.3.15 -> 0.3.17
    27 февраля 2024 г. Anton Farygin 0.3.15-alt1
    - 0.3.14 -> 0.3.15
    - XMLb tool was moved from the common package to the tools package
    - added package with tests