serd 0.32.6-ok1 source package in openKylin

Changelog

serd (0.32.6-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 05:32:55 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main libs

Downloads

File Size SHA-256 Checksum
serd_0.32.6.orig.tar.xz 171.8 KiB 0fbe094952fe176ba4da4f2f767ddfb5f60e67e64d1761b4383a0b872cfd071a
serd_0.32.6.orig.tar.xz.asc 833 bytes 6dd97a0e2c5065907b799c47df493d0191586247c5cbd53db0c675c39bff16de
serd_0.32.6-ok1.debian.tar.xz 17.7 KiB 25bee47234fdba6111b20a3bd8946342c21e0801007dfed9f592c3c0c66daf5e
serd_0.32.6-ok1.dsc 2.2 KiB b81bfac87d598ae4db00d0f586b365820039a49f9291316643798ad12df62f31

Available diffs

View changes file

Binary packages built by this source

libserd-0-0: 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-dbgsym: debug symbols for libserd-0-0
libserd-dev: lightweight RDF syntax library - development files

 Serd is a lightweight C library for RDF syntax which supports reading
 and writing Turtle and NTriples.
 .
 This package provides the development files for Serd.

libserd-doc: lightweight RDF syntax library - documentation

 Serd is a lightweight C library for RDF syntax which supports reading
 and writing Turtle and NTriples.
 .
 This package provides the developer's reference for serd.

serdi: lightweight RDF syntax library - serdi tool

 Serd is a lightweight C library for RDF syntax which supports reading
 and writing Turtle and NTriples.
 .
 This package provides the utility 'serdi'.

serdi-dbgsym: debug symbols for serdi