From 3031af150dd90ba63ab9c3b8b57161dc5d72ef69 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 Nov 2011 05:35:23 +0000 Subject: Release preparation. --- lv2/ns/ext/dynmanifest/dynmanifest.ttl | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'lv2/ns/ext/dynmanifest/dynmanifest.ttl') diff --git a/lv2/ns/ext/dynmanifest/dynmanifest.ttl b/lv2/ns/ext/dynmanifest/dynmanifest.ttl index d48208c..330f143 100644 --- a/lv2/ns/ext/dynmanifest/dynmanifest.ttl +++ b/lv2/ns/ext/dynmanifest/dynmanifest.ttl @@ -23,22 +23,7 @@ @prefix xsd: . - a doap:Project , - lv2:Specification ; - doap:license ; - doap:name "LV2 Dynamic Manifest" ; - doap:homepage ; - doap:created "2009-06-13" ; - doap:shortdesc "An LV2-based specification for dynamic data generation." ; - doap:programming-language "C" ; - doap:release [ - doap:revision "1.2" ; - doap:created "2011-11-20" - ] ; - doap:maintainer [ - a foaf:Person ; - foaf:name "Stefano D'Angelo" - ] ; + a lv2:Specification ; lv2:documentation """

The LV2 API, on its own, cannot be used to write plugin libraries where data is dynamically generated at runtime (e.g. API wrappers), since LV2 requires -- cgit v1.2.1