Source: python-simplejson
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/simplejson/simplejson/tags
Vcs-Browser: https://github.com/alvistack/simplejson-simplejson
Vcs-Git: https://github.com/alvistack/simplejson-simplejson.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-simplejson
Architecture: amd64
Description: Simple, fast, extensible JSON encoder/decoder for Python
 simplejson is a simple, fast, complete, correct and extensible JSON
 <http://json.org> encoder and decoder for Python 3.3+ with legacy
 support for Python 2.5+. It is pure Python code with no dependencies,
 but includes an optional C extension for a serious speed boost.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
