1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: memory-allocator
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Tobias Hansen <thansen@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
cython3,
python3-all-dev,
python3-setuptools
Standards-Version: 4.6.0
Homepage: https://github.com/sagemath/memory_allocator
Vcs-Git: https://salsa.debian.org/python-team/packages/memory-allocator.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/memory-allocator
Rules-Requires-Root: no
Package: python3-memory-allocator
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: memory allocation extension class for cython -- Python 3
An extension class to allocate memory easily with cython.
.
This package installs the library for Python 3.
|