libxmlb 0.3.8-1 source package in Ubuntu
Changelog
libxmlb (0.3.8-1) unstable; urgency=medium * New upstream release: 0.3.8 -- Matthias Klumpp <email address hidden> Sun, 10 Apr 2022 21:46:50 +0200
Upload details
- Uploaded by:
- Debian UEFI Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian UEFI Maintainers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libxmlb_0.3.8-1.dsc | 2.3 KiB | 7a050e634a2afa789f3da00e39cc1bbcd5d6695b80315d12df29a3845410b25f |
libxmlb_0.3.8.orig.tar.gz | 118.2 KiB | 83b94d04b4bdff4f94abc9f078d1372422276cf47590cfd1935948d48021deda |
libxmlb_0.3.8-1.debian.tar.xz | 4.8 KiB | 5e7b773e61c14ea8233802bcccae421ceb325e79dbbf959c1fcd8e3d03c99b47 |
Available diffs
No changes file available.
Binary packages built by this source
- gir1.2-xmlb-2.0: GObject introspection data for libxmlb
This package provides the introspection data for libxmlb.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
- libxmlb-dev: development files for libxmlb
This package provides development libraries for libxmlb.
.
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.
- libxmlb-dev-dbgsym: No summary available for libxmlb-dev-dbgsym in ubuntu lunar.
No description available for libxmlb-dev-dbgsym in ubuntu lunar.
- libxmlb-tests: Installed tests for libxmlb2
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.
.
This package contains the installed tests for libxmlb1.
- libxmlb-tests-dbgsym: debug symbols for libxmlb-tests
- libxmlb2: Binary XML library
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.
- libxmlb2-dbgsym: debug symbols for libxmlb2