serd 0.30.16
Library for RDF syntax supporting Turtle and NTriples
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 or performance critical applications (e.g. converting many gigabytes of NTriples to Turtle), or situations where a simple reader/writer with minimal dependencies is ideal (e.g. in LV2 implementations or embedded applications).
- Website: https://drobilla.net/software/serd/
- Licenses: ISC
- Package source: gnu/packages/rdf.scm
- Builds: See build status
- Issues: See known issues
Installation
Install serd 0.30.16
as follows:
guix install serd@0.30.16
Or install the latest version:
guix install serd
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.