aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/src/Acceleration/manifest.ttl.in
blob: f4fcbc78d3b842cfa7cf7689df73459e9a33c7a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
# LV2 Plugin manifest for airwindows Acceleration limiter plugin

@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://www.airwindows.com/acceleration>
    a lv2:Plugin ;
    lv2:binary <acceleration@LIB_EXT@> ;
    rdfs:seeAlso <acceleration.ttl> .