From 579d671a77cb0c0b20227a3283cccb5db3139070 Mon Sep 17 00:00:00 2001 From: "John K. Luebs" Date: Fri, 23 Feb 2024 13:07:02 -0600 Subject: [PATCH] Update rockspec --- ljkiwi-scm-1.rockspec => kiwi-scm-1.rockspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename ljkiwi-scm-1.rockspec => kiwi-scm-1.rockspec (70%) diff --git a/ljkiwi-scm-1.rockspec b/kiwi-scm-1.rockspec similarity index 70% rename from ljkiwi-scm-1.rockspec rename to kiwi-scm-1.rockspec index a3ef787..29c8550 100644 --- a/ljkiwi-scm-1.rockspec +++ b/kiwi-scm-1.rockspec @@ -1,15 +1,15 @@ rockspec_format = "3.0" -package = "ljkiwi" +package = "kiwi" version = "scm-1" source = { url = "git+https://github.com/jkl1337/ljkiwi", } description = { - summary = "A LuaJIT FFI binding for the Kiwi constraint solver.", + summary = "LuaJIT FFI and Lua binding for the Kiwi constraint solver.", detailed = [[ - ljkiwi is a LuaJIT FFI binding for the Kiwi constraint solver. Kiwi is a fast - implementation of the Cassowary constraint solving algorithm. ljkiwi provides - reasonably efficient bindings using the LuaJIT FFI.]], + kiwi is a LuaJIT FFI and Lua binding for the Kiwi constraint solver. Kiwi is a fast + implementation of the Cassowary constraint solving algorithm. kiwi provides + reasonably efficient bindings using the LuaJIT FFI and convential Lua C bindings.]], license = "MIT", issues_url = "https://github.com/jkl1337/ljkiwi/issues", maintainer = "John Luebs",