summaryrefslogtreecommitdiffstats
path: root/doc/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst
new file mode 100644
index 0000000..46a9026
--- /dev/null
+++ b/doc/index.rst
@@ -0,0 +1,23 @@
+..
+ Copyright 2020-2022 David Robillard <d@drobilla.net>
+ SPDX-License-Identifier: ISC
+
+####
+Lilv
+####
+
+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.
+
+.. toctree::
+
+ overview
+ api/lilv
+
+.. _LV2: http://lv2plug.in/
+