2018-02-09 16:07:58 -08:00
|
|
|
package = "immutable-table"
|
2018-06-04 19:13:05 -07:00
|
|
|
version = "scm-2"
|
2018-02-09 16:07:58 -08:00
|
|
|
source = {
|
|
|
|
url = "git+https://spilt@bitbucket.org/spilt/lua-immutable.git"
|
|
|
|
}
|
|
|
|
description = {
|
|
|
|
summary = "This is a native Lua library that allows the creation of immutable tables.",
|
|
|
|
detailed = "This is a native Lua library that allows the creation of immutable tables.",
|
|
|
|
homepage = "https://spilt@bitbucket.org/spilt/lua-immutable.git",
|
|
|
|
license = "MIT"
|
|
|
|
}
|
|
|
|
dependencies = {
|
|
|
|
"lua >= 5.1, < 5.4"
|
|
|
|
}
|
|
|
|
build = {
|
|
|
|
type = "builtin",
|
|
|
|
modules = {
|
|
|
|
immutable = {
|
|
|
|
"limmutable.c"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|