summaryrefslogtreecommitdiff
path: root/dev-cpp/glaze/metadata.xml
blob: fbc0f79301a83a630306e971cbe0eed5fcc7e675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person" proxied="yes">
		<email>julien@jroy.ca</email>
		<name>Julien Roy</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<longdescription>
			Yet another library for C++ for parsing JSON. Uses SIMD as well. In some benchmarks is better than simdjson.
	</longdescription>
	<use>
		<flag name="fuzzing">Build fuzzers (not install)</flag>
		<flag name="examples">Build examples (not install)</flag>
	</use>
	<upstream>
		<bugs-to>https://github.com/stephenberry/glaze/issues</bugs-to>
		<changelog>https://github.com/stephenberry/glaze/releases</changelog>
		<doc>https://stephenberry.github.io/glaze/</doc>
		<remote-id type="github">stephenberry/glaze</remote-id>
	</upstream>
</pkgmetadata>