mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
also sorted DEPEND and shortened `usex` Signed-off-by: Filip Kobierski <fkobi@pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42640 Signed-off-by: Sam James <sam@gentoo.org>
26 lines
944 B
XML
26 lines
944 B
XML
<?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>
|