File: control

package info (click to toggle)
pybj 0.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 468 kB
  • sloc: ansic: 2,214; python: 1,613; sh: 12; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,110 bytes parent folder | download | duplicates (2)
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)