diff options
author | David Robillard <d@drobilla.net> | 2015-02-18 16:45:27 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-18 16:45:27 -0500 |
commit | 9b4b2b68f50db95da7d63a62a8ebee90be58da58 (patch) | |
tree | 553a61146a9f66f39c68e74950565e531bd3862d /plugins/eg-amppp.lv2/manifest.ttl.in | |
parent | 3520e1fba6c5ab47b5f01c6f0755abe45d622a6d (diff) | |
download | lv2-9b4b2b68f50db95da7d63a62a8ebee90be58da58.tar.xz |
Add preliminary C++ work.
Diffstat (limited to 'plugins/eg-amppp.lv2/manifest.ttl.in')
-rw-r--r-- | plugins/eg-amppp.lv2/manifest.ttl.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/eg-amppp.lv2/manifest.ttl.in b/plugins/eg-amppp.lv2/manifest.ttl.in new file mode 100644 index 0000000..4985490 --- /dev/null +++ b/plugins/eg-amppp.lv2/manifest.ttl.in @@ -0,0 +1,7 @@ +@prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<http://lv2plug.in/plugins/eg-amppp> + a lv2:Plugin ; + lv2:binary <amppp@LIB_EXT@> ; + rdfs:seeAlso <amppp.ttl> . |