_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
lua-expat 1.5.2
Dependencies: lua@5.3.5 expat@2.7.1
Channel: waggle
Location: waggle/packages/lua.scm (waggle packages lua)
Home page: https://matthewwild.co.uk/projects/luaexpat/
Licenses: X11
Build system: gnu
Synopsis: SAX XML parser based on the Expat library
Description:

LuaExpat is a SAX XML parser based on the Expat library.

glirc-lua 2.39.0.1
Dependencies: lua@5.3.5
Channel: guix
Location: gnu/packages/irc.scm (gnu packages irc)
Home page: https://github.com/glguy/irc-core
Licenses: ISC
Build system: meson
Synopsis: Lua scripting extension to the glirc IRC client
Description:

This extension lets you script the glirc IRC client using Lua. To use it, you must tell glirc exactly where to find glirc-lua.so by adding something like this to your ~/.config/glirc/config:

extensions:
  * path: "../../.guix-profile/lib/glirc-lua.so"
    args: ["example.lua", …]

Also ensure that example.lua finds any Lua libraries it needs, e.g., by setting LUA_PATH and LUA_CPATH in glirc's run-time environment.

fcitx5-lua 5.0.15
Dependencies: fcitx5@5.1.16 lua@5.3.5 gettext-minimal@0.23.1
Channel: guix
Location: gnu/packages/fcitx5.scm (gnu packages fcitx5)
Home page: https://github.com/fcitx/fcitx5-lua
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: Lua support for Fcitx 5
Description:

Fcitx5-lua allows writing Fcitx5 extension in Lua.

lua5.2-luv 1.43.0-0
Dependencies: lua@5.2.4 libuv@1.43.0
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/luvit/luv/
Licenses: ASL 2.0
Build system: cmake
Synopsis: Libuv bindings for Lua
Description:

This library makes libuv available to Lua scripts.

lua5.1-luv 1.43.0-0
Dependencies: lua@5.1.5 libuv@1.43.0
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/luvit/luv/
Licenses: ASL 2.0
Build system: cmake
Synopsis: Libuv bindings for Lua
Description:

This library makes libuv available to Lua scripts.

lua-socket 3.1.0
Dependencies: lua@5.1.5
Channel: saayix
Location: saayix/packages/lua.scm (saayix packages lua)
Home page: https://github.com/lunarmodules/luasocket
Licenses: Expat
Build system: gnu
Synopsis: Network support for the Lua language
Description:

LuaSocket is a Lua extension library that provides network support.

lua5.1-sec 0.9
Dependencies: lua@5.1.5 openssl@3.0.8
Propagated dependencies: lua5.1-socket@3.0-rc1
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/brunoos/luasec/wiki
Licenses: Expat
Build system: gnu
Synopsis: OpenSSL bindings for Lua
Description:

LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. It takes an already established TCP connection and creates a secure session between the peers.

lua5.2-sec 0.9
Dependencies: lua@5.2.4 openssl@3.0.8
Propagated dependencies: lua5.2-socket@3.0-rc1
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/brunoos/luasec/wiki
Licenses: Expat
Build system: gnu
Synopsis: OpenSSL bindings for Lua
Description:

LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. It takes an already established TCP connection and creates a secure session between the peers.

lua5.2-lgi 0.9.2
Dependencies: cairo@1.18.4 glib@2.83.3 gobject-introspection@1.82.0 gtk+@2.24.33 libffi@3.4.6 lua@5.2.4 pango@1.54.0 xorg-server@21.1.21
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/pavouk/lgi/
Licenses: Expat
Build system: gnu
Synopsis: Lua bridge to GObject based libraries
Description:

LGI is gobject-introspection based dynamic Lua binding to GObject based libraries. It allows using GObject-based libraries directly from Lua. Notable examples are GTK+, GStreamer and Webkit.

lua5.1-lgi 0.9.2
Dependencies: cairo@1.18.4 glib@2.83.3 gobject-introspection@1.82.0 gtk+@2.24.33 libffi@3.4.6 lua@5.1.5 pango@1.54.0 xorg-server@21.1.21
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/pavouk/lgi/
Licenses: Expat
Build system: gnu
Synopsis: Lua bridge to GObject based libraries
Description:

LGI is gobject-introspection based dynamic Lua binding to GObject based libraries. It allows using GObject-based libraries directly from Lua. Notable examples are GTK+, GStreamer and Webkit.

lua-dkjson 2.7
Channel: unwox
Location: unwox.scm (unwox)
Home page: http://dkolf.de/dkjson-lua
Licenses: Expat
Build system: trivial
Synopsis: JSON library for Lua
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.

lua-socket 3.1.0
Dependencies: lua@5.3.5
Channel: waggle
Location: waggle/packages/lua.scm (waggle packages lua)
Home page: http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/
Licenses: Expat
Build system: gnu
Synopsis: Socket library for Lua
Description:

LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet.

Among the supported modules, the most commonly used implement the SMTP (sending e-mails), HTTP (WWW access) and FTP (uploading and downloading files) client protocols. These provide a very natural and generic interface to the functionality defined by each protocol. In addition, you will find that the MIME (common encodings), URL (anything you could possible want to do with one) and LTN12 (filters, sinks, sources and pumps) modules can be very handy.

lua5.2-json 0.1.2
Dependencies: lua@5.2.4
Channel: efraim-dfsg
Location: dfsg/main/mpv.scm (dfsg main mpv)
Home page: https://github.com/rxi/json.lua
Licenses: Expat
Build system: gnu
Synopsis: JSON library for Lua
Description:

This package provides a lightweight JSON library for Lua.

lua5.1-json 0.1.2
Dependencies: lua@5.1.5
Channel: efraim-dfsg
Location: dfsg/main/mpv.scm (dfsg main mpv)
Home page: https://github.com/rxi/json.lua
Licenses: Expat
Build system: gnu
Synopsis: JSON library for Lua
Description:

This package provides a lightweight JSON library for Lua.

lua5.2-lpeg 1.0.2
Dependencies: lua@5.2.4
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://www.inf.puc-rio.br/~roberto/lpeg
Licenses: Expat
Build system: gnu
Synopsis: Pattern-matching library for Lua
Description:

LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs).

lua5.1-lpeg 1.0.2
Dependencies: lua@5.1.5
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://www.inf.puc-rio.br/~roberto/lpeg
Licenses: Expat
Build system: gnu
Synopsis: Pattern-matching library for Lua
Description:

LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs).

lua-cqueues 20200726
Dependencies: lua@5.3.5 openssl@3.0.8
Propagated dependencies: lua-ossl@20220711
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://25thandclement.com/~william/projects/cqueues.html
Licenses: Expat
Build system: gnu
Synopsis: Event loop for Lua using continuation queues
Description:

The cqueues extension module for Lua implements an event loop that operates through the yielding and resumption of coroutines. It is designed to be non-intrusive, composable, and embeddable within existing applications.

luanti-mobs 2021-12-12
Channel: guix
Location: gnu/packages/luanti.scm (gnu packages luanti)
Home page: https://forum.luanti.net/viewtopic.php?t=9917
Licenses: Expat CC0 CC-BY 3.0
Build system: luanti-mod
Synopsis: Mob library for Luanti mods, for animals, monsters etc.
Description:

This Luanti mod provides an API for adding mods (moving entities like animals and monsters), but does not include any mobs itself. To actually add some mobs, a mod like e.g. mobs_animal provided by the luanti-mobs-animal package needs to be enabled.

lua5.1-ossl 20220711
Dependencies: lua@5.1.5 openssl@3.0.8
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://25thandclement.com/~william/projects/luaossl.html
Licenses: Expat
Build system: gnu
Synopsis: OpenSSL bindings for Lua
Description:

The luaossl extension module for Lua provides comprehensive, low-level bindings to the OpenSSL library, including support for certificate and key management, key generation, signature verification, and deep bindings to the distinguished name, alternative name, and X.509v3 extension interfaces. It also binds OpenSSL's bignum, message digest, HMAC, cipher, and CSPRNG interfaces.

lua5.2-ossl 20220711
Dependencies: lua@5.2.4 openssl@3.0.8
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://25thandclement.com/~william/projects/luaossl.html
Licenses: Expat
Build system: gnu
Synopsis: OpenSSL bindings for Lua
Description:

The luaossl extension module for Lua provides comprehensive, low-level bindings to the OpenSSL library, including support for certificate and key management, key generation, signature verification, and deep bindings to the distinguished name, alternative name, and X.509v3 extension interfaces. It also binds OpenSSL's bignum, message digest, HMAC, cipher, and CSPRNG interfaces.

ocaml-lua-ml 0.9.4
Propagated dependencies: ocaml-odoc@2.2.0
Channel: zzkt
Location: zzkt/packages/soupault.scm (zzkt packages soupault)
Home page: https://github.com/lindig/lua-ml
Licenses: FreeBSD
Build system: dune
Synopsis: An embeddable Lua 2.5 interpreter implemented in OCaml
#<unspecified>
lua5.1-expat 1.3.0
Dependencies: lua@5.1.5 expat@2.7.1
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://matthewwild.co.uk/projects/luaexpat/
Licenses: X11
Build system: gnu
Synopsis: SAX XML parser based on the Expat library
Description:

LuaExpat is a SAX XML parser based on the Expat library.

lua5.2-expat 1.3.0
Dependencies: lua@5.2.4 expat@2.7.1
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://matthewwild.co.uk/projects/luaexpat/
Licenses: X11
Build system: gnu
Synopsis: SAX XML parser based on the Expat library
Description:

LuaExpat is a SAX XML parser based on the Expat library.

lua5.2-bitop 1.0.2
Dependencies: lua@5.2.4
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://bitop.luajit.org/index.html
Licenses: Expat
Build system: gnu
Synopsis: Bitwise operations on numbers for Lua
Description:

Lua BitOp is a C extension module for Lua which adds bitwise operations on numbers.

Page: 12348
Total packages: 188