aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/options/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-21 04:34:49 +0000
committerDavid Robillard <d@drobilla.net>2012-08-21 04:34:49 +0000
commitfd74305f08c85ad62201de8d51d71a3f1d86cd54 (patch)
treeea5cf033297e2f49e7766b7230117f928fda3e87 /lv2/lv2plug.in/ns/ext/options/manifest.ttl
parent2836c42101d3518d633e2e47967c58604c81c173 (diff)
downloadlv2-fd74305f08c85ad62201de8d51d71a3f1d86cd54.tar.xz
Add options extension.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/options/manifest.ttl')
-rw-r--r--lv2/lv2plug.in/ns/ext/options/manifest.ttl8
1 files changed, 8 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/options/manifest.ttl b/lv2/lv2plug.in/ns/ext/options/manifest.ttl
new file mode 100644
index 0000000..6a1dd0b
--- /dev/null
+++ b/lv2/lv2plug.in/ns/ext/options/manifest.ttl
@@ -0,0 +1,8 @@
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+<http://lv2plug.in/ns/ext/options>
+ a lv2:Specification ;
+ lv2:minorVersion 0 ;
+ lv2:microVersion 0 ;
+ rdfs:seeAlso <options.ttl> .