Package libxmlb: Information

  • Default inline alert: Version in the repository: 0.3.19-alt1

Source package: libxmlb
Version: 0.3.17-alt1
Latest version according to Repology
Build time:  Apr 9, 2024, 10:13 AM in the task #344712
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. libzstd-devel
    2. glib2-devel >= 2.58.1
    3. meson
    4. gobject-introspection-devel
    5. gtk-doc
    6. shared-mime-info
    7. liblzma-devel
    8. libstemmer-devel

Last changed


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
Sept. 17, 2023 Anton Farygin 0.3.14-alt1
- 0.3.11 -> 0.3.14