lua-lpeg 1.0.2-2 source package in Ubuntu

Changelog

lua-lpeg (1.0.2-2) unstable; urgency=medium

  * Team upload.

  [ Alexandre Detiste ]
  * Build for Lua5.4 (Closes: #1014563)

 -- Jérémy Lal <email address hidden>  Wed, 27 Jul 2022 09:31:33 +0200

Upload details

Uploaded by:
gares
Uploaded to:
Sid
Original maintainer:
gares
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe interpreters
Noble release universe interpreters
Mantic release universe interpreters
Lunar release universe interpreters

Downloads

File Size SHA-256 Checksum
lua-lpeg_1.0.2-2.dsc 1.9 KiB a189b279af23d30b8018c0315cc0628cfc9485c00e25d12b315b99337981e870
lua-lpeg_1.0.2.orig.tar.gz 70.2 KiB 48d66576051b6c78388faad09b70493093264588fcd0f258ddaab1cdd4a15ffe
lua-lpeg_1.0.2-2.debian.tar.xz 3.4 KiB c9139811ed4cef9624b57f4f00e1eab9c50ae571893a7441d238dcbb2454c3d3

Available diffs

No changes file available.

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: No summary available for lua-lpeg-dbgsym in ubuntu kinetic.

No description available for lua-lpeg-dbgsym in ubuntu kinetic.

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.