mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03: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
|