_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
lua-dkjson 2.7
Channel: unwox
Location: unwox.scm (unwox)
Home page: http://dkolf.de/dkjson-lua
Licenses: Expat
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.

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
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
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
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
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
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.

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
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.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
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.1-expat 1.3.0
Dependencies: lua@5.1.5 expat@2.5.0
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://matthewwild.co.uk/projects/luaexpat/
Licenses: X11
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.5.0
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://matthewwild.co.uk/projects/luaexpat/
Licenses: X11
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
Synopsis: Bitwise operations on numbers for Lua
Description:

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

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

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

lua-libmpack 1.0.8
Dependencies: lua@5.3.5
Channel: guix
Location: gnu/packages/serialization.scm (gnu packages serialization)
Home page: https://github.com/libmpack/libmpack-lua
Licenses: Expat
Synopsis: Lua bindings for the libmpack binary serialization library
Description:

Libmpack is a small binary serialization and RPC library that implements both the msgpack and msgpack-rpc specifications.

lua-penlight 1.14.0
Dependencies: lua@5.3.5
Propagated dependencies: lua-filesystem@1.7.0.2
Channel: unwox
Location: unwox.scm (unwox)
Home page: http://tieske.github.io/Penlight/
Licenses: Expat
Synopsis: Collection of general purpose libraries for the Lua language
Description:

Penlight is a set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions,etc), and OS path management. Much of the functionality is inspired by the Python standard libraries.

lua-penlight 1.7.0
Dependencies: lua@5.3.5
Propagated dependencies: lua-filesystem@1.7.0.2
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: http://tieske.github.io/Penlight/
Licenses: Expat
Synopsis: Collection of general purpose libraries for the Lua language
Description:

Penlight is a set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions,etc), and OS path management. Much of the functionality is inspired by the Python standard libraries.

lua-tablepool 0.01
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/openresty/lua-tablepool
Licenses: FreeBSD
Synopsis: Lua table recycling pools for LuaJIT
Description:

This package provides Lua table recycling pools for LuaJIT.

ghc-tasty-lua 1.0.2
Dependencies: ghc-hslua-core@2.2.1 ghc-hslua-marshalling@2.2.1 ghc-lua-arbitrary@1.0.1.1 ghc-tasty@1.4.3 ghc-quickcheck@2.14.3 ghc-file-embed@0.0.15.0
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/hslua/hslua
Licenses: Expat
Synopsis: Write tests in Lua, integrate into tasty
Description:

This package gives users the ability to define tasty tests from Lua.

lua5.1-clingo 5.7.1
Dependencies: clingo@5.7.1 lua@5.1.5
Channel: guix
Location: gnu/packages/potassco.scm (gnu packages potassco)
Home page: https://potassco.org/
Licenses: Expat
Synopsis: Lua bindings for clingo
Description:

This package provides Lua bindings to the clingo package, making it so that you can write ASPs through Lua code.

lua5.2-clingo 5.7.1
Dependencies: clingo@5.7.1 lua@5.2.4
Channel: guix
Location: gnu/packages/potassco.scm (gnu packages potassco)
Home page: https://potassco.org/
Licenses: Expat
Synopsis: Lua bindings for clingo
Description:

This package provides Lua bindings to the clingo package, making it so that you can write ASPs through Lua code.

lua5.2-socket 3.0-rc1
Dependencies: lua@5.2.4
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/
Licenses: Expat
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.1-socket 3.0-rc1
Dependencies: lua@5.1.5
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/
Licenses: Expat
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.

emacs-luarocks 20170430.2305
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacs-pe/luarocks.el
Licenses:
Synopsis: luarocks tools
Description:

Documentation at https://melpa.org/#/luarocks

emacs-lua-mode 20231023.947
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://immerrr.github.io/lua-mode
Licenses:
Synopsis: a major-mode for editing Lua scripts
Description:

Documentation at https://melpa.org/#/lua-mode

neovim-luasnip 0.0.0-1.6b67cb1
Channel: guixrus
Location: guixrus/packages/vim.scm (guixrus packages vim)
Home page: https://github.com/L3MON4D3/LuaSnip
Licenses: ASL 2.0
Synopsis: A snippets plugin for Neovim written in Lua
Description:

This Neovim plugin provides a code snippet engine written in Lua.

Page: 123456
Total results: 138