1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
Source: libxmlb
Section: libs
Priority: optional
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Uploaders: Steve McIntyre <93sam@debian.org>,
Matthias Klumpp <mak@debian.org>,
Mario Limonciello <superm1@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
gir1.2-glib-2.0,
gtk-doc-tools,
gir1.2-gio-2.0-dev,
gir1.2-gobject-2.0-dev,
gobject-introspection (>= 1.80),
libglib2.0-dev,
libglib2.0-doc,
liblzma-dev,
libzstd-dev,
meson (>= 0.52.0),
shared-mime-info
Standards-Version: 4.7.2.0
Rules-Requires-Root: no
Homepage: https://github.com/hughsie/libxmlb
Vcs-Git: https://salsa.debian.org/efi-team/libxmlb.git
Vcs-Browser: https://salsa.debian.org/efi-team/libxmlb
Package: gir1.2-xmlb-2.0
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends},
${misc:Depends}
Provides: ${gir:Provides}
Section: introspection
Description: 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.
Package: libxmlb-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: gir1.2-xmlb-2.0 (= ${binary:Version}),
liblzma-dev,
${gir:Depends},
${misc:Depends},
${shlibs:Depends}
Provides: ${gir:Provides}
Description: 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.
Package: libxmlb2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: 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.
Package: libxmlb-utils
Architecture: any
Depends: libxmlb2 (= ${binary:Version}),
shared-mime-info,
${misc:Depends},
${shlibs:Depends}
Description: Binary XML library - Command-line utility
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 `xb-tool` command-line utility.
Package: libxmlb-tests
Architecture: any
Depends: libxmlb2 (= ${binary:Version}),
shared-mime-info,
${misc:Depends},
${shlibs:Depends}
Description: 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 libxmlb.
|