_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
lua 5.4.6
Dependencies: readline@8.1.2
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://www.lua.org/
Licenses: X11
Synopsis: Embeddable scripting language
Description:

Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.

lua 5.3.5
Dependencies: readline@8.1.2
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://www.lua.org/
Licenses: X11
Synopsis: Embeddable scripting language
Description:

Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.

lua 5.2.4
Dependencies: readline@8.1.2
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://www.lua.org/
Licenses: X11
Synopsis: Embeddable scripting language
Description:

Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.

lua 5.1.5
Dependencies: readline@8.1.2
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://www.lua.org/
Licenses: X11
Synopsis: Embeddable scripting language
Description:

Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.

luakit 2.3.3
Dependencies: bash-minimal@5.1.16 glib-networking@2.76.1 gsettings-desktop-schemas@44.0 gtk+@3.24.41 lua@5.1.5 lua5.1-filesystem@1.7.0.2 luajit@v2.1-0.04dca79 sqlite@3.39.3 webkitgtk-with-libsoup2@2.44.1
Channel: guix
Location: gnu/packages/web-browsers.scm (gnu packages web-browsers)
Home page: https://luakit.github.io/
Licenses: GPL 3+
Synopsis: Fast, lightweight, and simple browser based on WebKit
Description:

Luakit is a fast, lightweight, and simple to use micro-browser framework extensible by Lua using the WebKit web content engine and the GTK+ toolkit.

luajit v2.1-0.04dca79
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://www.luajit.org/
Licenses: X11
Synopsis: Just in time compiler for Lua programming language version 5.1
Description:

LuaJIT is a Just-In-Time Compiler (JIT) for the Lua programming language. Lua is a powerful, dynamic and light-weight programming language. It may be embedded or used as a general-purpose, stand-alone language.

lua-sp 5.3.5
Dependencies: readline@8.1.2
Channel: unwox
Location: unwox.scm (unwox)
Home page: https://www.lua.org/
Licenses: X11
Synopsis: Embeddable scripting language
Description:

Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.

lua-luv 1.43.0-0
Dependencies: lua@5.3.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
Synopsis: Libuv bindings for Lua
Description:

This library makes libuv available to Lua scripts.

lua-lgi 0.9.2
Dependencies: cairo@1.18.0 glib@2.78.0 gobject-introspection@1.78.1 gtk+@2.24.33 libffi@3.4.4 lua@5.3.5 pango@1.50.14 xorg-server@21.1.12
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/pavouk/lgi/
Licenses: Expat
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.

ghc-lua 2.2.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hslua.org/
Licenses: Expat
Synopsis: Lua, an embeddable scripting language
Description:

This package provides bindings and types to bridge Haskell and <https://www.lua.org/ Lua>. . The full Lua interpreter version 5.4.4 is included. Alternatively, a system-wide Lua installation can be linked instead.

lua-json 0.1.2
Dependencies: lua@5.3.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.

lua-lpeg 1.0.2
Dependencies: lua@5.3.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-ldoc 1.4.6
Dependencies: lua@5.3.5
Propagated dependencies: lua-penlight@1.7.0
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://stevedonovan.github.io/ldoc/
Licenses: Expat
Synopsis: Lua documentation generator
Description:

LDoc is a LuaDoc-compatible documentation generation system for Lua source code. It parses the declaration and documentation comments in a set of Lua source files and produces a set of XHTML pages describing the commented declarations and functions.

lua-ossl 20220711
Dependencies: lua@5.3.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.

luarocks 3.9.2
Dependencies: lua@5.3.5 bash-minimal@5.1.16 binutils@2.41 bzip2@1.0.8 coreutils@9.1 curl@8.6.0 findutils@4.9.0 gcc@11.4.0 git@2.46.0 gnupg@2.2.39 gzip@1.13 make@4.4.1 mercurial@6.2.2 openssh@9.8p1 openssl@3.0.8 rsync@3.3.0 tar@1.34 unzip@6.0 wget@1.21.4 zip@3.0
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://luarocks.org/
Licenses: Expat
Synopsis: Package manager for Lua modules
Description:

LuaRocks is the package manager for the Lua programming language.

It allows you to install Lua modules as self-contained packages called rocks, which also contain version dependency information. This information can be used both during installation, so that when one rock is requested all rocks it depends on are installed as well, and also optionally at run time, so that when a module is required, the correct version is loaded. LuaRocks supports both local and remote repositories, and multiple local rocks trees.

lua-verse 0.0.0-a9be85b2da17
Dependencies: lua5.2-socket@3.0-rc1 lua5.2-expat@1.3.0 lua5.2-sec@0.9 lua5.2-bitop@1.0.2
Channel: guixrus
Location: guixrus/packages/riddim.scm (guixrus packages riddim)
Home page: https://code.matthewwild.co.uk/verse
Licenses: Expat
Synopsis:
Description:
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
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.12
Dependencies: fcitx5@5.1.9 lua@5.3.5 gettext-minimal@0.21 libpthread-stubs@0.4
Channel: guix
Location: gnu/packages/fcitx5.scm (gnu packages fcitx5)
Home page: https://github.com/fcitx/fcitx5-lua
Licenses: LGPL 2.1+
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
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
Synopsis: Libuv bindings for Lua
Description:

This library makes libuv available to Lua scripts.

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
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
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.0 glib@2.78.0 gobject-introspection@1.78.1 gtk+@2.24.33 libffi@3.4.4 lua@5.2.4 pango@1.50.14 xorg-server@21.1.12
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/pavouk/lgi/
Licenses: Expat
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.0 glib@2.78.0 gobject-introspection@1.78.1 gtk+@2.24.33 libffi@3.4.4 lua@5.1.5 pango@1.50.14 xorg-server@21.1.12
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/pavouk/lgi/
Licenses: Expat
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.

Page: 123456
Total results: 138