summaryrefslogtreecommitdiff
path: root/plugin/manifest.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/manifest.ttl')
-rw-r--r--plugin/manifest.ttl7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugin/manifest.ttl b/plugin/manifest.ttl
new file mode 100644
index 0000000..65a8953
--- /dev/null
+++ b/plugin/manifest.ttl
@@ -0,0 +1,7 @@
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+<http://drumgizmo.org/lv2>
+ a lv2:Plugin ;
+ lv2:binary <drumgizmo.so> ;
+ rdfs:seeAlso <drumgizmo.ttl> .