[ sid ]
软件包:python3-lua(1.0-1) [debports]
library for using Lua scripts from Python
This module provides an interface for using Lua scripts from Python. From Python, it allows complete access to all Lua variables and function. From Lua, it allows access to Python variables and functions that were passed to it by Python.
By default, Lua contains several insecure features, such as access to the host's file system. This module disables all such features by default. They are only enabled if the user passes the corresponding parameters when instantiating the Lua class.
其他与 python3-lua 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: liblua5.4-0 (>= 5.4.6)
- Shared library for the Lua interpreter version 5.4
-
- dep: liblua5.4-dev
- Development files for the Lua language version 5.4
-
- dep: python3 (<< 3.14)
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (>= 3.13~)