cython 3.1.6+dfsg-ok1 source package in openKylin
Changelog
cython (3.1.6+dfsg-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 01 Jun 2026 16:40:57 +0800
cython (3.1.6+dfsg-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 01 Jun 2026 16:40:57 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | python |
| File | Size | SHA-256 Checksum |
|---|---|---|
| cython_3.1.6+dfsg.orig.tar.xz | 2.4 MiB | 9de56310c9a51b1de840ae817899cd287d72e8b9a42da529044fbfd7334fa77c |
| cython_3.1.6+dfsg-ok1.debian.tar.xz | 19.9 KiB | bd742396d23e5e9fd1bf27fac051b6e3958d31a32c650b5770e57ccb313fa0fa |
| cython_3.1.6+dfsg-ok1.dsc | 2.9 KiB | 9eef953b489912b49057f7027f6a5ee73b76596465f631419475ebf310b5193b |
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 package installs the HTML documentation.
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 package installs the Python library and command-line tools.