lua-lpeg 1.0.0-2ubuntu1 source package in Ubuntu

Changelog

lua-lpeg (1.0.0-2ubuntu1) focal; 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:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lua-lpeg_1.0.0.orig.tar.gz 68.6 KiB 10190ae758a22a16415429a9eb70344cf29cbda738a6962a9f94a732340abf8e
lua-lpeg_1.0.0-2ubuntu1.debian.tar.xz 4.1 KiB 521b0902e7296eb6a1ff1e60849c2f0f162ba683be1f3a1edfc6f3d211592fa4
lua-lpeg_1.0.0-2ubuntu1.dsc 1.6 KiB bae3f7525de708857ddbcf5149231830e9980ab6660584e367143a9df1b94d2e

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.