Source: json
Section: libs
Priority: optional
Maintainer: Henrik Hedberg <hhedberg@innologies.fi>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.1

Package: json
Architecture: any
Depends: libc6
Description: A JSON implementation in C (json-c)
 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.
 .
 Homepage: http://oss.metaparadigm.com/json-c/

Package: json-dev
Architecture: any
Depends: libc6, json
Description: Development files for the JSON implementation in C (json-c)
 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.
 .
 This package contains the static library, headers and pkg-config files.
 .
 Homepage: http://oss.metaparadigm.com/json-c/

