1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: pybj
Section: python
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Qianqian Fang <fangqq@gmail.com>
Build-Depends:
cython3,
debhelper-compat (= 13),
dh-python,
python3-all,
python3-all-dev,
python3-numpy,
python3-setuptools,
Standards-Version: 4.5.0
Homepage: https://github.com/fangq/pybj
Vcs-Git: https://salsa.debian.org/science-team/pybj.git
Vcs-Browser: https://salsa.debian.org/science-team/pybj
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-bjdata
Architecture: any
Depends: python3-numpy (>= 1:1.11.0~), python3-numpy-abi9, python3, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
Description: Binary JData (BJData) encoder/decoder for python 3
The BJData spec is derived from the Universal Binary JSON (UBJSON,
http://ubjson.org) specification (Draft 12) developed by Riyad Kalla and
other UBJSON contributors. This python module implements BJData Spec V1
Draft 1. It was drived from py-ubjson module developed by Iotic Labs Ltd.
(https://github.com/Iotic-Labs/py-ubjson)
|