lua-lpeg 0.12.2-1ubuntu1 source package in Ubuntu

Changelog

lua-lpeg (0.12.2-1ubuntu1) xenial; urgency=medium

  * d/p/stop-hascaptures-recursion.patch: Fix infinite recursion in
    hascaptures() (LP: #1580385)

 -- Victor Tapia <email address hidden>  Wed, 02 Oct 2019 17:49:19 +0200

Upload details

Uploaded by:
Victor Tapia
Sponsored by:
Eric Desrochers
Uploaded to:
Xenial
Original maintainer:
gares
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates main interpreters

Downloads

File Size SHA-256 Checksum
lua-lpeg_0.12.2.orig.tar.gz 67.3 KiB c2859dd533a91de86c7c1d5927ddfaffe6b0b5e3a31964bd4e5cf63f3b135f8b
lua-lpeg_0.12.2-1ubuntu1.debian.tar.xz 3.9 KiB bb833456d7ceb9f3cb923ff994eb1280c2ac314d6a8717670d345cb4a6d30b26
lua-lpeg_0.12.2-1ubuntu1.dsc 1.6 KiB 9baf61cfe6b21597567b5a82f861f006c13911eb32e40829cc0ac1f747652e1a

View changes file

Binary packages built by this source

lua-lpeg: 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.

lua-lpeg-dbgsym: debug symbols for package lua-lpeg

 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.

lua-lpeg-dev: LPeg development files for the Lua language

 This package contains the development files of the lpeg library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 Documentation is also shipped within this package.