Source: json
Section: libs
Priority: optional
Maintainer: Henrik Hedberg <hhedberg@innologies.fi>
Uploaders: Kirill Kulakov <kulakov@cs.karelia.ru>, Sergey Zakharov <szaharov@cs.karelia.ru>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.1

Package: json
Architecture: any
Depends: libc6
XSBC-Bugtracker: mailto:michael@metaparadigm.com
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/
 .
 Patched to use long long int as a JSON integer type.

Package: json-dev
Section: libdevel
Architecture: any
Depends: libc6, json (= ${Source-Version})
XSBC-Bugtracker: mailto:michael@metaparadigm.com
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.
 .
 Patched to use long long int as a JSON integer type.
 .
 Homepage: http://oss.metaparadigm.com/json-c/


Package: json-dbg
Section: libdevel
Architecture: any
Depends: libc6, json (= ${Source-Version})
XSBC-Bugtracker: mailto:michael@metaparadigm.com
Description: Debug symbols for json
 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.
 .
 Development package for debugging libvkontakte. Contains debug symbols.
 .
 Patched to use long long int as a JSON integer type.
 .
 Homepage: http://oss.metaparadigm.com/json-c/

