summaryrefslogtreecommitdiffstats
path: root/test/lv2/core.lv2/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-11 02:35:06 +0100
committerDavid Robillard <d@drobilla.net>2021-03-24 10:58:32 -0400
commit52cd7ee00e64a021128034da5855a88be52f0871 (patch)
tree676708459122aeeaf65c9d4c05a39798e7c4be6f /test/lv2/core.lv2/manifest.ttl
parent71a2ff5170caaa052814cce19b3de927d10d0e24 (diff)
downloadlilv-52cd7ee00e64a021128034da5855a88be52f0871.tar.gz
lilv-52cd7ee00e64a021128034da5855a88be52f0871.tar.bz2
lilv-52cd7ee00e64a021128034da5855a88be52f0871.zip
WIP: Switch to Meson
Diffstat (limited to 'test/lv2/core.lv2/manifest.ttl')
-rw-r--r--test/lv2/core.lv2/manifest.ttl9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/lv2/core.lv2/manifest.ttl b/test/lv2/core.lv2/manifest.ttl
new file mode 100644
index 0000000..a77ad71
--- /dev/null
+++ b/test/lv2/core.lv2/manifest.ttl
@@ -0,0 +1,9 @@
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+<http://lv2plug.in/ns/lv2core>
+ a lv2:Specification ;
+ lv2:minorVersion 16 ;
+ lv2:microVersion 0 ;
+ rdfs:seeAlso <lv2core.ttl> .