You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @prefix doap: <http://usefulinc.com/ns/doap#> .
- @prefix foaf: <http://xmlns.com/foaf/0.1/> .
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-
- <http://kxstudio.sf.net/ns/lv2ext/programs>
- a doap:Project ;
- rdfs:seeAlso <../kx-meta/meta.ttl> ;
- doap:license <http://opensource.org/licenses/isc> ;
- doap:name "Programs" ;
- doap:homepage <http://kxstudio.sf.net/ns/lv2ext/programs> ;
- doap:created "2015-07-03" ;
- doap:shortdesc "LV2 extension for implementing plugin-side programs." ;
- doap:developer <https://falktx.com/> ;
- doap:maintainer <https://falktx.com/> .
|