Sratom 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 07c361def5 Use SRATOM_STATIC instead of SRATOM_SHARED to control visibility 2 years ago
doc Generate documentation with Sphinx 2 years ago
include Use SRATOM_STATIC instead of SRATOM_SHARED to control visibility 2 years ago
scripts Add missing script 2 years ago
src Format all code with clang-format 2 years ago
test Use consistent test naming scheme 2 years ago
waflib@9a097afe77 Update autowaf 2 years ago
.clang-tidy Use separate clang-tidy configurations for headers and tests 2 years ago
.gitignore Add gitignore file 4 years ago
.gitmodules Fix autowaf submodule reference 4 years ago
COPYING Update copyright dates 7 years ago
NEWS Fix potential null pointer dereference 2 years ago
README.md Update documentation 4 years ago
sratom.pc.in Fix pkg-config dependencies 4 years ago
waf Update waf 4 years ago
wscript Use SRATOM_STATIC instead of SRATOM_SHARED to control visibility 2 years ago

README.md

Sratom

Sratom is a small library for serialising LV2 atoms to and from RDF, for converting between binary and text or storing in a model. For more information, see http://drobilla.net/software/sratom.

More information about LV2 atoms can be found at http://lv2plug.in/ns/ext/atom

-- David Robillard d@drobilla.net