LV2 Extensions
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.

15 lines
598B

  1. @prefix doap: <http://usefulinc.com/ns/doap#> .
  2. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  3. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  4. <http://kxstudio.sf.net/ns/lv2ext/programs>
  5. a doap:Project ;
  6. rdfs:seeAlso <../kx-meta/meta.ttl> ;
  7. doap:license <http://opensource.org/licenses/isc> ;
  8. doap:name "Programs" ;
  9. doap:homepage <http://kxstudio.sf.net/ns/lv2ext/programs> ;
  10. doap:created "2015-07-03" ;
  11. doap:shortdesc "LV2 extension for implementing plugin-side programs." ;
  12. doap:developer <https://falktx.com/> ;
  13. doap:maintainer <https://falktx.com/> .