Block a user
lua-lpeg (1.1.0-2)
Published 2025-03-09 18:16:27 +00:00 by jon
Installation
sudo curl -o /etc/apt/keyrings/gitea-jon.asc
echo "deb [signed-by=/etc/apt/keyrings/gitea-jon.asc] $distribution $component" | sudo tee -a /etc/apt/sources.list.d/gitea.list
sudo apt updateChoose $distribution and $component from the list below.
sudo apt install lua-lpeg=1.1.0-2
Repository Info
Distributions |
noble |
Components |
universe |
Architectures |
arm64 |
About this package
LPeg library for the Lua language LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs). PEGs look similar to regular expressions or context-free grammars in Backus-Naur form (BNF) notation. PEGs make a good replacement for regular expressions, because they are strictly more powerful. For example, a regular expression inherently cannot find matched pairs of parentheses, because it is not recursive, but a PEG can.
Dependencies
| libc6 (>= 2.17) |