serd 0.30.12-1 source package in Ubuntu

Changelog

serd (0.30.12-1) unstable; urgency=medium

  * New upstream version 0.30.12
  * Bump Standards Version to 4.6.1
  * d/copyright: Bump year and add myself
  * Fix spelling error in man page occured -> occurred
  * Add salsa ci config

 -- Dennis Braun <email address hidden>  Mon, 30 May 2022 23:18:52 +0200

Upload details

Uploaded by:
Debian Multimedia Team
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Team
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
serd_0.30.12-1.dsc 2.4 KiB 091d526f25eb3f5235d713457a5aab239bcc3b3a90b76b8f9f0c9316ca8daab7
serd_0.30.12.orig.tar.bz2 580.5 KiB 9f9dab4125d88256c1f694b6638cbdbf84c15ce31003cd83cb32fb2192d3e866
serd_0.30.12.orig.tar.bz2.asc 833 bytes 036e563b4b1b163b99b92a2b1b8590431536178d31a665cb762ac97b2d77ff0a
serd_0.30.12-1.debian.tar.xz 20.6 KiB fe4cd91a8729a66a7d2914585cca2983b30c5587068deadaab0d57195d77de03

Available diffs

No changes file available.

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