File: control

package info (click to toggle)
python-pyelftools 0.24-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,448 kB
  • ctags: 2,645
  • sloc: python: 8,404; ansic: 142; makefile: 22
file content (31 lines) | stat: -rw-r--r-- 1,242 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
30
31
Source: python-pyelftools
Section: python
Priority: extra
Maintainer: Tomasz Buchert <tomasz@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python, python3
Standards-Version: 3.9.8
Homepage: https://github.com/eliben/pyelftools
Vcs-Git: git://anonscm.debian.org/collab-maint/python-pyelftools.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-pyelftools.git

Package: python-pyelftools
Architecture: all
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
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.