Package libxmlb: Information

    Source package: libxmlb
    Version: 0.3.18-alt1
    Latest version according to Repology
    Build time:  Apr 12, 2024, 08:34 PM in the task #345015
    Category: System/Libraries
    Report package bug
    License: LGPLv2.1
    Summary: Library for querying compressed XML metadata
    Description: 
    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.

    List of rpms provided by this 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)

    Maintainer: Anton Farygin

    List of contributors:
    Anton Farygin


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

    Last changed


    April 12, 2024 Anton Farygin 0.3.18-alt1
    - 0.3.17 -> 0.3.18
    April 9, 2024 Anton Farygin 0.3.17-alt1
    - 0.3.15 -> 0.3.17
    Feb. 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