Source: php-luasandbox Section: php Priority: optional Maintainer: MediaWiki packaging team Uploaders: Kunal Mehta Build-Depends: debhelper-compat (= 13), dh-php, liblua5.1-0-dev, pkg-config, php-dev Standards-Version: 4.6.2 Homepage: https://www.mediawiki.org/wiki/LuaSandbox Vcs-Git: https://salsa.debian.org/mediawiki-team/php-luasandbox.git Vcs-Browser: https://salsa.debian.org/mediawiki-team/php-luasandbox Rules-Requires-Root: no Package: php-luasandbox Architecture: any Depends: php | php-cli, ${shlibs:Depends}, ${misc:Depends}, ${php:Depends} Description: PHP extension that provides a sandboxed Lua environment LuaSandbox is a PHP extension that provides a Lua environment which can be used to run untrusted code. It provides a performance benefit compared to using a standalone Lua binary. . LuaSandbox was designed for the MediaWiki Scribunto extension, which allows users to write Lua code on the wiki, and then have it executed. But it has no dependency upon MediaWiki and can be used standalone.