diff options
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst new file mode 100644 index 0000000..43eeac3 --- /dev/null +++ b/doc/index.rst @@ -0,0 +1,18 @@ +.. + Copyright 2020-2021 David Robillard <d@drobilla.net> + SPDX-License-Identifier: ISC + +###### +Sratom +###### + +Sratom is a small library for serializing `LV2 atoms`_. Sratom reads/writes +atoms from/to RDF, allowing them to be converted between binary and text or +stored in a model. + +.. toctree:: + + overview + api/sratom + +.. _LV2 atoms: http://lv2plug.in/ns/ext/atom |