gentoo/dev-cpp/glaze/metadata.xml
Jared Allard 414fb51fc3
dev-cpp/glaze: remove Julien Roy as co-main
Signed-off-by: Jared Allard <jared@rgst.io>
Part-of: https://github.com/gentoo/gentoo/pull/45892
Closes: https://github.com/gentoo/gentoo/pull/45892
Signed-off-by: Sam James <sam@gentoo.org>
2026-03-05 05:33:10 +00:00

26 lines
945 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>jared@rgst.io</email>
<name>Jared Allard</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>