diff options
author | David Robillard <d@drobilla.net> | 2021-01-07 15:25:36 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-07 17:29:33 +0100 |
commit | eb0f335d49ac3b501626d9e1ec140978fe795df6 (patch) | |
tree | d5f6c8c9874555abdb42f1b901cc47d8f6597fec /doc/summary.rst | |
parent | efa8abca4b80b2388e828fce069821a20dc68a68 (diff) | |
download | lilv-eb0f335d49ac3b501626d9e1ec140978fe795df6.tar.gz lilv-eb0f335d49ac3b501626d9e1ec140978fe795df6.tar.bz2 lilv-eb0f335d49ac3b501626d9e1ec140978fe795df6.zip |
Generate documentation with Sphinx and add an overview
Diffstat (limited to 'doc/summary.rst')
-rw-r--r-- | doc/summary.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/summary.rst b/doc/summary.rst new file mode 100644 index 0000000..313ffa8 --- /dev/null +++ b/doc/summary.rst @@ -0,0 +1,9 @@ +Lilv is a library for working with LV2_ plugins. +It provides several types and functions that can be used to discover plugins, +investigate their data, load and run them, and save and restore their state. + +Lilv is the standard implementation used by nearly all LV2 hosts. +It implements the details of the LV2 specification on POSIX, MacOS, and Windows, +and provides a simpler portable API for applications. + +.. _LV2: http://lv2plug.in/ |