软件包:cython3-legacy(0.29.37-2 以及其他的)
cython3-legacy 的相关链接
Debian 的资源:
下载源码包 cython-legacy:
- [cython-legacy_0.29.37-2.dsc]
- [cython-legacy_0.29.37.orig.tar.gz]
- [cython-legacy_0.29.37-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [cython.org]
相似软件包:
C-Extensions for Python 3 (legacy version 0.29)
Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations.
The Cython language is very close to the Python language, but Cython additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code.
This makes Cython the ideal language for wrapping external C libraries, and for fast C modules that speed up the execution of Python code.
This legacy version may not work with Python 3.12. In particular, the pyximport module appears to fail. This legacy version should not be used as a package run-time dependency.
其他与 cython3-legacy 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.12~)
-
- dep: python3-zombie-imp
- copy of the `imp` module that was removed in Python 3.12
-
- rec: gcc
- GNU C 编译器
-
- rec: python3-dev
- header files and a static library for Python (default)
-
- sug: cython-legacy-doc
- C-Extensions for Python (legacy version 0.29) - documentation