blob: d980c65a93a67cbf8c4bebee979e10842661aef5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<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="cpe">cpe:/a:json-c_project:json-c</remote-id>
</upstream>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|