[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project libxmlb-0.1.15-1.el8

Name libxmlb
Epoch 0
Version 0.1.15
Release 1.el8
Website/URL https://github.com/hughsie/libxmlb
License LGPLv2+
Build Time 2023-08-08 17:50:41
Build Host builder-x86-03.inferitos.ru
Summary Library for querying compressed XML metadata
Repositories BaseOS
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.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
libxmlb-0.1.15-1.el8.x86_64 Library for querying compressed XML metadata 19624fbc99d0b25a93e4f622cf1fc33d075edf33b55ce7c03dad022e8750e731 download
libxmlb-devel-0.1.15-1.el8.x86_64 Development package for libxmlb 726e64e7850bf00050d787aa7b83f2ef783beab0101007c0a9b1d5cd73ed89ca download
i686
libxmlb-0.1.15-1.el8.i686 Library for querying compressed XML metadata d482acc4926da729dcc78b018d2f4486151a28c0f4a988f21008fb31c334f09c download
libxmlb-devel-0.1.15-1.el8.i686 Development package for libxmlb e1a8e59bfa0b08b0212cb6f4f7a92c0efee087079205951efba9bedc3d985da2 download
src
libxmlb-0.1.15-1.el8.src Library for querying compressed XML metadata 2101b9c9ce3971b0bbb22bd5ca537856930e846597923df4c7958e0c93eddd79 download
Changelog link
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.1.15-1
- Rebuilt for MSVSphere 8.8

* Wed Mar 11 2020 Richard Hughes <richard@hughsie.com> 0.1.15-1
- Initial release for RHEL