[ ソース: python-lupa ]
パッケージ: python3-lupa (1.6+dfsg-3)
python3-lupa に関するリンク
Debian の資源:
python-lupa ソースパッケージをダウンロード:
- [python-lupa_1.6+dfsg-3.dsc]
- [python-lupa_1.6+dfsg.orig.tar.gz]
- [python-lupa_1.6+dfsg-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Python wrapper around LuaJIT or Lua (Python3 version)
Lupa integrates the runtimes of Lua or LuaJIT2 into CPython. It is a partial rewrite of LunaticPython in Cython with some additional features such as proper coroutine support.
Features:
* separate Lua runtime states through a LuaRuntime class * Python coroutine wrapper for Lua coroutines * iteration support for Python objects in Lua and Lua objects in Python * proper encoding and decoding of strings (configurable per runtime, UTF-8 by default) * frees the GIL and supports threading in separate runtimes when calling into Lua * written for LuaJIT2, but also works with the normal Lua interpreter * easy to hack on and extend as it is written in Cython, not C
This package contains the Python 3 version of the library.
その他の python3-lupa 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libluajit-5.1-2 (>= 2.0.4+dfsg)
- Just in time compiler for Lua - library version
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
- dep: python3 (<< 3.8)
- dep: python3 (>= 3.6~)