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 31 32 33 34 35 36 37 38 39
|
Source: python-pyelftools
Maintainer: Tomasz Buchert <tomasz@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 12),
debhelper-compat (= 12),
dh-python,
python,
python-setuptools,
python3,
python3-setuptools
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian/python-pyelftools
Vcs-Git: https://salsa.debian.org/debian/python-pyelftools.git
Homepage: https://github.com/eliben/pyelftools
Package: python-pyelftools
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: pure-python2 library for parsing ELF and DWARF
pyelftools is a pure-Python library for parsing and analyzing ELF
files and DWARF debugging information. It can be used to query
information about compiled binaries and libraries from your Python
code.
.
This package installs the library for Python 2.
Package: python3-pyelftools
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: pure-python3 library for parsing ELF and DWARF
pyelftools is a pure-Python library for parsing and analyzing ELF
files and DWARF debugging information. It can be used to query
information about compiled binaries and libraries from your Python
code.
.
This package installs the library for Python 3.
|