[ buster ]
[ bullseye ]
[ ソース: pypy ]
パッケージ: pypy (7.0.0+dfsg-3)
fast alternative implementation of Python - PyPy interpreter
PyPy is a fast, compliant alternative implementation of the Python language (2.7). It has several advantages and distinct features:
* Speed: thanks to its Just-in-Time compiler (on x86), Python programs often run faster on PyPy. * Memory usage: large, memory-hungry Python programs might end up taking less space than they do in CPython. * Compatibility: PyPy is highly compatible with existing Python code. It supports ctypes and can run popular Python libraries like twisted and django. * Stackless: PyPy supports stackless mode on most platforms, providing micro-threads for massive concurrency.
This package contains the PyPy interpreter.
その他の pypy 関連パッケージ
|
|
|
|
-
- dep: dpkg (>= 1.15.6~)
- Debian パッケージ管理システム
-
- dep: libbz2-1.0
- 高品質なブロックソートファイル圧縮器 - ランタイム
-
- dep: libc6 (>= 2.28)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libexpat1 (>= 2.0.1)
- XML パース用 C ライブラリ - ランタイムライブラリ
-
- dep: libffi6 (>= 3.0.4) [arm64 以外]
- Foreign Function Interface ランタイムライブラリ
- dep: libffi6 (>= 3.2) [arm64]
-
- dep: libgcc1 (>= 1:4.2) [amd64, i386]
- GCC 共有ライブラリ
-
- dep: libgdbm6 (>= 1.16)
- GNU dbm データベースルーチン (ランタイム版)
-
- dep: libncurses6 (>= 6)
- 端末処理用共有ライブラリ
-
- dep: libsqlite3-0 (>= 3.5.9)
- SQLite 3 共有ライブラリ
-
- dep: libssl1.1 (>= 1.1.0)
- Secure Sockets Layer ツールキット - 共有ライブラリ
-
- dep: libtinfo6 (>= 6)
- 端末を扱う低レベルの terminfo 共有ライブラリ
-
- dep: pypy-lib (= 7.0.0+dfsg-3)
- standard library for PyPy (an alternative Python interpreter)
-
- dep: zlib1g (>= 1:1.1.4)
- 圧縮ライブラリ - ランタイム