Update rockspec
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
rockspec_format = "3.0"
|
rockspec_format = "3.0"
|
||||||
package = "ljkiwi"
|
package = "kiwi"
|
||||||
version = "scm-1"
|
version = "scm-1"
|
||||||
source = {
|
source = {
|
||||||
url = "git+https://github.com/jkl1337/ljkiwi",
|
url = "git+https://github.com/jkl1337/ljkiwi",
|
||||||
}
|
}
|
||||||
description = {
|
description = {
|
||||||
summary = "A LuaJIT FFI binding for the Kiwi constraint solver.",
|
summary = "LuaJIT FFI and Lua binding for the Kiwi constraint solver.",
|
||||||
detailed = [[
|
detailed = [[
|
||||||
ljkiwi is a LuaJIT FFI binding for the Kiwi constraint solver. Kiwi is a fast
|
kiwi is a LuaJIT FFI and Lua binding for the Kiwi constraint solver. Kiwi is a fast
|
||||||
implementation of the Cassowary constraint solving algorithm. ljkiwi provides
|
implementation of the Cassowary constraint solving algorithm. kiwi provides
|
||||||
reasonably efficient bindings using the LuaJIT FFI.]],
|
reasonably efficient bindings using the LuaJIT FFI and convential Lua C bindings.]],
|
||||||
license = "MIT",
|
license = "MIT",
|
||||||
issues_url = "https://github.com/jkl1337/ljkiwi/issues",
|
issues_url = "https://github.com/jkl1337/ljkiwi/issues",
|
||||||
maintainer = "John Luebs",
|
maintainer = "John Luebs",
|
||||||
Reference in New Issue
Block a user