Source: pybj Section: python Priority: optional Maintainer: Debian Science Team Uploaders: Qianqian Fang 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)