File: control

package info (click to toggle)
memory-allocator 0.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 184 kB
  • sloc: python: 81; sh: 15; makefile: 14
file content (24 lines) | stat: -rw-r--r-- 825 bytes parent folder | download | duplicates (2)
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.