diff options
Diffstat (limited to 'manifest.ttl.in')
-rw-r--r-- | manifest.ttl.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.ttl.in b/manifest.ttl.in new file mode 100644 index 0000000..4c08639 --- /dev/null +++ b/manifest.ttl.in @@ -0,0 +1,8 @@ +@prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix ui: <http://lv2plug.in/ns/extensions/ui#> . + +<http://drobilla.net/plugins/matriseq> + a lv2:Plugin ; + lv2:binary <matriseq@LIB_EXT@> ; + rdfs:seeAlso <matriseq.ttl> . |