mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
20 lines
817 B
XML
20 lines
817 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>proaudio@gentoo.org</email>
|
|
<name>Gentoo ProAudio Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples.
|
|
|
|
Serd is not intended to be a swiss-army knife of RDF syntax, but rather is suited to resource limited or performance critical applications, or situations where a simple reader/writer with minimal dependencies is ideal (e.g. in LV2 hosts or plugins).
|
|
</longdescription>
|
|
<use>
|
|
<flag name="tools">Build command line utilities</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="gitlab">drobilla/serd</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|