blob: 109ee5b5405762399493b0273b863d006aa44ecd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
JSON-C is a JSON implementation written in C. It 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>
|