~unwox/guix-pkgs

fc725b833b08069fda4c80b34c9e00d50442c2d0 — unwox 2 months ago a41f86d
improve lua packages descriptions a bit
1 files changed, 7 insertions(+), 3 deletions(-)

M unwox.scm
M unwox.scm => unwox.scm +7 -3
@@ 431,7 431,9 @@ return require(args[1])" install-path)
    (native-inputs (list lua))
    (home-page "http://dkolf.de/dkjson-lua")
    (synopsis "JSON library for Lua")
    (description "This is a JSON module written in Lua.  It supports UTF-8.")
    (description "dkjson is a JSON module written in Lua.  It supports UTF-8.
dkjson is written in Lua without any dependencies, but when LPeg is available
dkjson can use it to speed up decoding.")
    (license license:expat)))

(define-public fennel-faith


@@ 461,8 463,10 @@ return require(args[1])" install-path)
             (install-file "faith.fnl" destination)))
         #t)))
    (home-page "https://git.sr.ht/~technomancy/faith")
    (synopsis "Fennel tests library/runner")
    (description "...")
    (synopsis "Tests library/runner for fennel")
    (description "Simple fennel tests runner library/runner. Tests are just
functions in test modules which call assertion functions.  Faith supports
PUC Lua (\"regular\" Lua) 5.1 to 5.4 as well as LuaJIT.")
    (license license:expat)))

(define-public lua-penlight