diff options
author | David Robillard <d@drobilla.net> | 2016-08-16 17:20:04 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-08-17 17:21:23 -0400 |
commit | 17d76be0daa76ad60009fdcfbcae089ccfff6e90 (patch) | |
tree | 186d2b445d896017d73992f14b3a735a76471a3c /README | |
parent | a700a88b1ad68a9d223e65f4ee14b433c82b22de (diff) | |
download | lilv-17d76be0daa76ad60009fdcfbcae089ccfff6e90.tar.gz lilv-17d76be0daa76ad60009fdcfbcae089ccfff6e90.tar.bz2 lilv-17d76be0daa76ad60009fdcfbcae089ccfff6e90.zip |
Add target for generating release announcements
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,11 +1,8 @@ Lilv ---- -Lilv is a library for LV2 hosts intended to make using LV2 Plugins as simple -as possible (without sacrificing capabilities). - -More information about LV2 plugins can be found at <http://lv2plug.in>. - -More information about Lilv can be found at <http://drobilla.net/software/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> |