lua-lpeg 1.0.0-2ubuntu2 source package in Ubuntu

Changelog

lua-lpeg (1.0.0-2ubuntu2) focal; urgency=medium

  * Modernize packaging aspects (LP: #1851854)
    - d/control, d/compat: Move from dh v7 to v12
    - Fix several reported lintian warnings.

 -- Eric Desrochers <email address hidden>  Fri, 08 Nov 2019 19:16:47 +0000

Upload details

Uploaded 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-2ubuntu2.debian.tar.xz 4.2 KiB 27eeec7fddd5c5111191918f83d0800fb5381f68f6eb64009ce8ae5db573976a
lua-lpeg_1.0.0-2ubuntu2.dsc 1.6 KiB 862c29b0c2ec762684a9fa61aaa091293daefc3b3de3c7d8bc4d47327d09fb31

Available diffs

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.