Source: python-cjson
Section: python
Priority: optional
Maintainer: Dan Pascu <dan@ag-projects.com>
Build-Depends: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python-all-dev (>= 2.4.4-1), python-central (>= 0.5.6)
XS-Python-Version: all
Standards-Version: 3.7.2

Package: python-cjson
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Very fast JSON encoder/decoder for Python
 This module provides a very fast implementation of a JSON encoder/decoder
 for the python language.
 .
 The module is written in C and it is up to 250 times faster when compared to
 the other python JSON implementations which are written directly in python.
