[ Все 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 ]
×

Проект libxmlb-0.1.15-1.el8

Имя libxmlb
Эпоха 0
Версия 0.1.15
Релиз 1.el8
Сайт https://github.com/hughsie/libxmlb
Лицензия LGPLv2+
Время сборки 2023-08-08 17:50:41
Хост сборки builder-x86-03.inferitos.ru
Краткое описание Library for querying compressed XML metadata
Репозитории BaseOS
Полное описание 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.
Эррата
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
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
История изменений 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