mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-18 08:31:13 +02:00
Update local LV2 libraries to latest versions
lilv-0.24.6 lv2-1.16.0 serd-0.30.2 sord-0.16.4 sratom-0.6.4 suil-0.10.6
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
@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#> .
|
||||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
||||
|
||||
<http://drobilla.net/drobilla#me>
|
||||
a foaf:Person ;
|
||||
@@ -11,16 +14,19 @@
|
||||
doap:name "Serd" ;
|
||||
doap:homepage <http://drobilla.net/software/serd> ;
|
||||
doap:license <http://opensource.org/licenses/isc> ;
|
||||
doap:shortdesc "A high-performance Turtle/NTriples reader/writer" ;
|
||||
doap:description "Serd is a lightweight high-performance C library for reading and writing RDF in the Turtle and NTriples syntaxes." ;
|
||||
doap:shortdesc "A high-performance RDF reader/writer" ;
|
||||
doap:description "Serd is a lightweight high-performance C library for reading and writing RDF in the Turtle, NTriples, TriG, and NQuads syntaxes." ;
|
||||
doap:created "2011-09-28"^^xsd:date ;
|
||||
doap:programming-language "C" ;
|
||||
doap:implements <http://www.w3.org/TR/turtle/> ;
|
||||
doap:implements <http://www.w3.org/TR/n-quads/> ,
|
||||
<http://www.w3.org/TR/n-triples/> ,
|
||||
<http://www.w3.org/TR/trig/> ,
|
||||
<http://www.w3.org/TR/turtle/> ;
|
||||
doap:bug-database <http://dev.drobilla.net/> ;
|
||||
doap:blog <http://drobilla.net/> ;
|
||||
doap:developer <http://drobilla.net/drobilla#me> ;
|
||||
doap:maintainer <http://drobilla.net/drobilla#me> ;
|
||||
doap:repository [
|
||||
a doap:SVNRepository ;
|
||||
doap:location <http://svn.drobilla.net/serd/>
|
||||
a doap:GitBranch ;
|
||||
doap:location <http://git.drobilla.net/serd.git>
|
||||
] .
|
||||
|
Reference in New Issue
Block a user