[ 原始碼: libxmlb ]
套件:libxmlb-dev(0.1.15-2)
libxmlb-dev 的相關連結
Debian 的資源:
下載原始碼套件 libxmlb:
維護小組:
- Debian EFI team (QA 頁面, 郵件存檔)
- Steve McIntyre (QA 頁面)
- Matthias Klumpp (QA 頁面)
- Mario Limonciello (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
development files for libxmlb
This package provides development libraryes 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 有關的套件
|
|
|
|
-
- dep: gir1.2-xmlb-1.0 (= 0.1.15-2)
- GObject introspection data for libxmlb
-
- dep: libc6 (>= 2.4)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libglib2.0-0 (>= 2.30.0)
- GLib library of C routines
-
- dep: libxmlb1 (>= 0.1.1)
- Binary XML library