Serd subproject with meson
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
David Robillard 0c9f5eb2ee Set SERD_HAS_NEWLINE and SERD_HAS_QUOTE flags when unescaped newlines or quotes are read. 10 years ago
doc Disable timestamps in HTML documentation for reproducible build (fix #856). 11 years ago
serd Add error callback to reader and writer for custom error reporting. 11 years ago
src Set SERD_HAS_NEWLINE and SERD_HAS_QUOTE flags when unescaped newlines or quotes are read. 10 years ago
tests Set SERD_HAS_NEWLINE and SERD_HAS_QUOTE flags when unescaped newlines or quotes are read. 10 years ago
AUTHORS Add AUTHORS file. 13 years ago
COPYING Update copyright dates. 12 years ago
INSTALL Improve INSTALL file. 11 years ago
NEWS Don't write xsd:decimal literals to Turtle bare if they would not be read back 10 years ago
PACKAGING Add PACKAGING file 12 years ago
README Fix possible crash in serd_writer_end_anon() when writing invalid lists 11 years ago
serd.pc.in Use same case as subst dictionary for pkg-config file (fix ticket #717) 12 years ago
serd.ttl Support most of the latest Turtle Editor's Draft. 10 years ago
waf Support most of the latest Turtle Editor's Draft. 10 years ago
wscript Use quiet flag on bad tests (back to 100% coverage). 10 years ago

README

Serd
====

Serd is a lightweight C library for RDF syntax which supports reading and
writing Turtle and NTriples.

For more information, see <http://drobilla.net/software/serd>.

-- David Robillard <d@drobilla.net>