blob: 890b4db2930168eb44a188868d1c5ba94ad318a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
package = "say"
version = "1.3-1"
source = {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{++{
url = "https://github.com/Olivine-Labs/say/archive/v1.3-1.tar.gz",
dir = "say-1.3-1"
}
description = {
summary = "Lua String Hashing/Indexing Library",
detailed = [[
Useful for internationalization.
]],
homepage = "http://olivinelabs.com/busted/",
license = "MIT <http://opensource.org/licenses/MIT>"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
["say.init"] = "src/init.lua"
}
}
|