first commit

This commit is contained in:
Aleks Rutins 2023-04-14 11:07:04 -04:00
commit 391f9e9a0b
10 changed files with 225 additions and 0 deletions

6
manifest.ttl Normal file
View file

@ -0,0 +1,6 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<https://github.com/aleksrutins/dynamite> a lv2:Plugin ;
lv2:binary <dynamite@LIB_EXT@> ;
rdfs:seeAlso <dynamite.ttl> .