1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: php-luasandbox
Section: php
Priority: optional
Maintainer: MediaWiki packaging team <mediawiki-debian@lists.wikimedia.org>
Uploaders: Kunal Mehta <legoktm@debian.org>
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.
|