File: control

package info (click to toggle)
pybeam 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: python: 655; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 840 bytes parent folder | download
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
Source: pybeam
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3,
 python3-construct,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://github.com/matwey/pybeam
Vcs-Browser: https://salsa.debian.org/python-team/packages/pybeam
Vcs-Git: https://salsa.debian.org/python-team/packages/pybeam.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-pybeam
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python module to parse Erlang BEAM files
 This library provides functionality to parse Erlang BEAM files.
 .
 This package contains the Python 3 version of the library.