Package: lua-lpeg Status: install ok installed Priority: optional Section: interpreters Installed-Size: 305 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: same Version: 1.1.0-2 Provides: lua5.1-lpeg, lua5.2-lpeg, lua5.3-lpeg, lua5.4-lpeg Depends: libc6 (>= 2.14) Breaks: lua-json (<< 1.3.4-3~) Description: 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. Original-Maintainer: Debian Lua Team Homepage: https://www.inf.puc-rio.br/~roberto/lpeg/ Lua-Versions: 5.1 5.2 5.3 5.4