aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-params.lv2/manifest.ttl.in
blob: 913de7c8cc7959b147148d77acfd9058457cbd26 (plain)
1
2
3
4
5
6
7
@prefix lv2:  <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://lv2plug.in/plugins/eg-params>
	a lv2:Plugin ;
	lv2:binary <params@LIB_EXT@> ;
	rdfs:seeAlso <params.ttl> .