2015-02-02 18:46:23 +00:00
|
|
|
package = "inifile"
|
2016-07-24 08:58:33 +00:00
|
|
|
version = "1.0-2"
|
2015-02-02 18:46:23 +00:00
|
|
|
|
|
|
|
source = {
|
2016-07-24 08:58:33 +00:00
|
|
|
url = "git://github.com/bartbes/inifile.git",
|
|
|
|
dir = "inifile",
|
|
|
|
tag = "v1.0",
|
2015-02-02 18:46:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
description = {
|
|
|
|
summary = "Inifile is a simple, complete ini parser for lua",
|
|
|
|
detailed = [[
|
|
|
|
Inifile is a simple, complete ini parser for lua that intends to preserve
|
|
|
|
as much information as possible, like the order of the file and the stored
|
|
|
|
comments. It is also out-of-the-box compatible with LÖVE.
|
|
|
|
]],
|
|
|
|
homepage = "http://docs.bartbes.com/inifile",
|
|
|
|
license = "Simplified BSD license",
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies = {
|
|
|
|
"lua >= 5.1",
|
|
|
|
}
|
|
|
|
|
|
|
|
build = {
|
|
|
|
type = "builtin",
|
|
|
|
modules = {
|
|
|
|
inifile = "inifile.lua"
|
|
|
|
}
|
|
|
|
}
|