kumquat-buildroot/package/php-lua/Config.in
Herve Codina d49127dd4c package/php-lua: new package
The php-lua package provides a PHP extension that embeds the lua
interpreter and offers an OO-API to lua variables and functions.

https://pecl.php.net/package/lua

Based on initial work from Nicolas Carrier <nicolas.carrier@orolia.com>

Two patches are present and were retrieved from the following
upstream pull request in order to support PHP8:
https://github.com/laruence/php-lua/pull/47

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-12-17 22:46:55 +01:00

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