[ 原始碼: serd ]
套件:libserd-0-0(0.32.2-1 以及其他的)
libserd-0-0 的相關連結
Debian 的資源:
下載原始碼套件 serd:
- [serd_0.32.2-1.dsc]
- [serd_0.32.2.orig.tar.xz]
- [serd_0.32.2.orig.tar.xz.asc]
- [serd_0.32.2-1.debian.tar.xz]
維護小組:
- Debian Multimedia Maintainers (QA 頁面, 郵件存檔)
- Alessio Treglia (QA 頁面)
- Jaromír Mikeš (QA 頁面)
- Dennis Braun (QA 頁面)
外部的資源:
- 主頁 [drobilla.net]
相似套件:
lightweight RDF syntax library
Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples.
Serd is not intended to be a swiss-army knife of RDF syntax, but rather is suited to resource limited applications, or situations where a simple reader/writer with minimal dependencies is ideal (e.g. in LV2 hosts or plugins).
Serd is:
* small: Serd is implemented in under 2500 lines1 of standard C code. * portable and dependency-free: Serd uses only the C standard library, and has no external dependencies, making it a lightweight dependency in every sense. * fast and lightweight: Serd (and the included serdi tool) can be used to stream abbreviated Turtle (unlike many other tools which can not stream since they must first build an internal model to abbreviate). In other words, Serd can re-serialise an unbounded amount of Turtle using a fixed amount of memory, preserving the abbreviations in the input. * conformant and well-tested: Serd is written to the Turtle, NTriples and URI specifications, and includes a comprehensive test suite which includes all the normative examples from the Turtle specification, all the "normal" examples from the URI specification, and additional tests added specifically for Serd. The test suite has over 96% code coverage (by line), and runs with zero memory errors or leaks.
其他與 libserd-0-0 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.29)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- sug: serdi
- lightweight RDF syntax library - serdi tool