mirror of
https://github.com/bartbes/inifile.git
synced 2024-11-15 23:54:23 +00:00
Add development rockspec
This commit is contained in:
parent
2acf400942
commit
fce9c44271
29
inifile-dev-1.rockspec
Normal file
29
inifile-dev-1.rockspec
Normal file
@ -0,0 +1,29 @@
|
||||
package = "inifile"
|
||||
version = "dev-1"
|
||||
|
||||
source = {
|
||||
url = "git://github.com/bartbes/inifile.git",
|
||||
dir = "inifile",
|
||||
}
|
||||
|
||||
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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user