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 40 41 42 43 44
|
Source: meliae
Section: python
Priority: optional
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Build-Depends: cython-dbg,
debhelper (>= 9),
python-all-dev (>= 2.6.6-3),
python-all-dbg (>= 2.6.6-3),
python-simplejson
Standards-Version: 3.9.8
Vcs-Bzr: https://anonscm.debian.org/bzr/users/jelmer/meliae/unstable
X-Python-Version: >= 2.5
Homepage: https://launchpad.net/meliae
XS-Testsuite: autopkgtest
Package: python-meliae
Architecture: linux-any kfreebsd-any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Recommends: python-simplejson
Provides: ${python:Provides}
Suggests: python-meliae-dbg
Description: Memory analysis tool for Python
Meliae is a library meant to help people understand how their memory is being
used in Python.
.
This project is similar to heapy (in the 'guppy' project), in its attempt to
understand how memory has been allocated.
.
Currently, its main difference is that it splits the task of computing
summary statistics of memory consumption from the actual scanning of memory
consumption.
Package: python-meliae-dbg
Architecture: linux-any kfreebsd-any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-meliae (= ${binary:Version})
Recommends: python-dbg
Provides: ${python:Provides}
Section: debug
Priority: extra
Description: Memory analysis tool for Python - Debug extension
Meliae is a library meant to help people understand how their memory is being
used in Python.
.
This package contains the debug extension.
|