[ buster ]
[ bullseye ]
[ ソース: pypy ]
パッケージ: pypy (7.3.3 dfsg-2)
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: libbz2-1.0
- 高品質なブロックソートファイル圧縮器 - ランタイム
-
- dep: libc6 (>= 2.29)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libexpat1 (>= 2.0.1)
- XML パース用 C ライブラリ - ランタイムライブラリ
-
- dep: libffi7 (>= 3.3~20180313)
- Foreign Function Interface ランタイムライブラリ
-
- dep: libgdbm6 (>= 1.16)
- GNU dbm データベースルーチン (ランタイム版)
-
- dep: libncursesw6 (>= 6)
- ターミナル処理用共有ライブラリ (幅広文字をサポート)
-
- dep: libsqlite3-0 (>= 3.5.9)
- SQLite 3 共有ライブラリ
-
- dep: libssl1.1 (>= 1.1.1)
- Secure Sockets Layer ツールキット - 共有ライブラリ
-
- dep: libtinfo6 (>= 6)
- 端末を扱う低レベルの terminfo 共有ライブラリ
-
- dep: pypy-lib (= 7.3.3 dfsg-2)
- standard library for PyPy (an alternative Python interpreter)
-
- dep: zlib1g (>= 1:1.2.0)
- 圧縮ライブラリ - ランタイム