summaryrefslogtreecommitdiff
path: root/dev-cpp/glaze/metadata.xml
blob: 927eaf1d7efb569bab766f025283f76da8af2949 (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://srcux.com/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>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>