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