mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
|
config BR2_PACKAGE_PHP_LUA
|
||
|
bool "php-lua"
|
||
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||
|
help
|
||
|
This extension embeds the lua interpreter and offers an
|
||
|
OO-API to lua variables and functions.
|
||
|
|
||
|
https://pecl.php.net/package/lua
|