mirror of
https://github.com/kikito/lua-sandbox.git
synced 2024-12-18 03:04:20 +00:00
chore(*) add rockspec
This commit is contained in:
parent
3d3a8c7549
commit
9a58f4e6e2
24
sandbox.lua-0.0.1-0.rockspec
Normal file
24
sandbox.lua-0.0.1-0.rockspec
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
package = "sandbox.lua"
|
||||||
|
|
||||||
|
version = "0.0.1-0"
|
||||||
|
|
||||||
|
source = {
|
||||||
|
url = "git://github.com/kikito/sandbox.lua.git",
|
||||||
|
tag = "0.0.1"
|
||||||
|
}
|
||||||
|
|
||||||
|
description = {
|
||||||
|
summary = "A pure-lua solution for running untrusted Lua code.",
|
||||||
|
homepage = "https://github.com/kikito/sandbox.lua",
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies = {
|
||||||
|
"lua >= 5.1",
|
||||||
|
}
|
||||||
|
|
||||||
|
build = {
|
||||||
|
type = "builtin",
|
||||||
|
modules = {
|
||||||
|
["sandbox"] = "sandbox.lua",
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user