gentoo/dev-cpp/glaze/metadata.xml
Filip Kobierski e32e7c8a1d
dev-cpp/glaze: drop ineffective USE=doc
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>
2025-06-22 10:52:21 +01:00

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>