mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
17 lines
657 B
XML
17 lines
657 B
XML
<?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>
|