diff options
author | David Robillard <d@drobilla.net> | 2011-10-05 23:18:37 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-10-05 23:18:37 +0000 |
commit | 6b9edd25849f0022c09014fb4cca49e29df74020 (patch) | |
tree | e04f711af348716c2c869c8a76f235f1a7acf0ac /ext/time.lv2/manifest.ttl | |
parent | e27a9bb32ce311865264d00214e50f83e7078720 (diff) | |
download | lv2-6b9edd25849f0022c09014fb4cca49e29df74020.tar.xz |
Add preliminary time extension
Diffstat (limited to 'ext/time.lv2/manifest.ttl')
-rw-r--r-- | ext/time.lv2/manifest.ttl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/time.lv2/manifest.ttl b/ext/time.lv2/manifest.ttl new file mode 100644 index 0000000..6057be7 --- /dev/null +++ b/ext/time.lv2/manifest.ttl @@ -0,0 +1,9 @@ +@prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<http://lv2plug.in/ns/ext/time> + a lv2:Specification ; + lv2:minorVersion 0 ; + lv2:microVersion 0 ; + rdfs:seeAlso <time.ttl> . + |