lua-lpeg 1.0.0-2ubuntu0.18.04.1 source package in Ubuntu

Changelog

lua-lpeg (1.0.0-2ubuntu0.18.04.1) bionic; 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:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe interpreters

Downloads

File Size SHA-256 Checksum
lua-lpeg_1.0.0.orig.tar.gz 68.6 KiB 10190ae758a22a16415429a9eb70344cf29cbda738a6962a9f94a732340abf8e
lua-lpeg_1.0.0-2ubuntu0.18.04.1.debian.tar.xz 4.1 KiB a0dbf16defe7ca35e8fbf9d8a41e608a18ab44a477088dbfa0f7eda2aaa460e7
lua-lpeg_1.0.0-2ubuntu0.18.04.1.dsc 1.7 KiB af83a37007130f9e26671388d5a8e2c4552f40253a2a2a2c0166cd178072a0fd

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