aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/src/AtmosphereBuss/manifest.ttl.in
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-07-21 22:46:15 +0200
committerHarald Eilertsen <haraldei@anduin.net>2020-07-21 22:46:15 +0200
commit77101140984ec2a9b2547987ceb01ba1f98bd544 (patch)
tree807cf7250383d9d287c1003d64fa2b2f4291316b /plugins/LV2/src/AtmosphereBuss/manifest.ttl.in
parent87e60a7db4d81c8548a753e7c9c7c0d6eec2065b (diff)
downloadairwindows-lv2-port-77101140984ec2a9b2547987ceb01ba1f98bd544.tar.gz
airwindows-lv2-port-77101140984ec2a9b2547987ceb01ba1f98bd544.tar.bz2
airwindows-lv2-port-77101140984ec2a9b2547987ceb01ba1f98bd544.zip
LV2: Add Atmosphere plugins (buss and channel.)
Diffstat (limited to 'plugins/LV2/src/AtmosphereBuss/manifest.ttl.in')
-rw-r--r--plugins/LV2/src/AtmosphereBuss/manifest.ttl.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/LV2/src/AtmosphereBuss/manifest.ttl.in b/plugins/LV2/src/AtmosphereBuss/manifest.ttl.in
new file mode 100644
index 0000000..f8b7755
--- /dev/null
+++ b/plugins/LV2/src/AtmosphereBuss/manifest.ttl.in
@@ -0,0 +1,12 @@
+# LV2 Plugin manifest for Airwindows AtmosphereBuss plugin
+
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+<https://www.airwindows.com/atmospherebuss>
+ a lv2:Plugin ;
+ doap:name "Airwindows AtmosphereBuss" ;
+ doap:license <http://opensource.org/licenses/mit> ;
+ lv2:binary <AtmosphereBuss@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
+ rdfs:seeAlso <AtmosphereBuss.ttl> .