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.

35 lines
1.2KB

  1. @prefix dcs: <http://ontologi.es/doap-changeset#> .
  2. @prefix doap: <http://usefulinc.com/ns/doap#> .
  3. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  4. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  5. <http://kxstudio.sf.net/ns/lv2ext/rtmempool>
  6. a doap:Project ;
  7. rdfs:seeAlso <../kx-meta/meta.ttl> ;
  8. doap:license <http://opensource.org/licenses/isc> ;
  9. doap:name "External UI" ;
  10. doap:homepage <http://kxstudio.sf.net/ns/lv2ext/rtmempool> ;
  11. doap:created "2015-07-03" ;
  12. doap:shortdesc "LV2 extension that provides a realtime safe memory pool for plugins." ;
  13. doap:developer <https://falktx.com> ;
  14. doap:maintainer <https://falktx.com> ;
  15. doap:release [
  16. doap:revision "2.0" ;
  17. doap:created "2020-08-08" ;
  18. doap:file-release <https://github.com/KXStudio/LV2-Extensions/archive/2020-08-08.tar.gz> ;
  19. dcs:changeset [
  20. dcs:item [
  21. rdfs:label "Relicense as ISC."
  22. ]
  23. ]
  24. ] , [
  25. doap:revision "1.0" ;
  26. doap:created "2015-07-03" ;
  27. doap:file-release <https://github.com/KXStudio/LV2-Extensions/archive/2020-07-14.tar.gz> ;
  28. dcs:changeset [
  29. dcs:item [
  30. rdfs:label "First stable release."
  31. ]
  32. ]
  33. ] .