summaryrefslogtreecommitdiff
blob: 4165aa7d278a761f6859adb1a9bb363110290327 (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
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>jakov.smolic@sartura.hr</email>
    <name>Jakov Smolic</name>
  </maintainer>
  <maintainer type="person">
    <email>luka.perkov@sartura.hr</email>
    <name>Luka Perkov</name>
  </maintainer>
  <maintainer type="project">
    <email>proxy-maint@gentoo.org</email>
    <name>Proxy Maintainers</name>
  </maintainer>
  <use>
    <flag name="cpu-flags-x86-rdrand">Enable RDRAND Hardware RNG Hash Seed</flag>
  </use>
  <longdescription lang="en">
"A JSON implementation in C" is probably the better description, and then
"JSON-C implements a reference counting object model that allows you to 
easily construct JSON objects in C, output them as JSON formatted 
strings and parse JSON formatted strings back into the C 
representation of JSON objects.
  </longdescription>
  <upstream>
    <remote-id type="github">json-c/json-c</remote-id>
    <remote-id type="cpe">cpe:/a:json-c_project:json-c</remote-id>
  </upstream>
</pkgmetadata>