aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/src/Average/manifest.ttl.in
blob: 86d2e8ba4400553ada018024af41ff5f3f2a219a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# LV2 Plugin manifest for Airwindows Average 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/average>
    a lv2:Plugin ;
    doap:name "Airwindows Average" ;
    doap:license <http://opensource.org/licenses/mit> ;
    lv2:binary <Average@CMAKE_SHARED_LIBRARY_SUFFIX@> ;
    rdfs:seeAlso <Average.ttl> .