diff options
author | David Robillard <d@drobilla.net> | 2019-04-22 10:48:30 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-04-22 10:48:30 +0200 |
commit | 30599cb63497b2e67737b95351639b5db3726c64 (patch) | |
tree | 4a3645d157dfdab61082b165708d575e093ccc5a /README.md | |
parent | 489e706c31c06b1b3921f0a8257a2296afe5d354 (diff) | |
download | lilv-30599cb63497b2e67737b95351639b5db3726c64.tar.gz lilv-30599cb63497b2e67737b95351639b5db3726c64.tar.bz2 lilv-30599cb63497b2e67737b95351639b5db3726c64.zip |
Update documentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..807fc2b --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +Lilv +==== + +Lilv is a C library to make the use of LV2 plugins as simple as possible for +applications. +For more information, see <http://drobilla.net/software/lilv>. + + -- David Robillard <d@drobilla.net> |