aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/src/AtmosphereBuss/manifest.ttl.in
blob: f8b775552b84ac682a906f2b57779c6783456044 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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> .