summaryrefslogtreecommitdiff
path: root/dev-libs/serd/metadata.xml
blob: c08c847e10ee039b4938b7b1151c10481124d284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>