lua-lpeg 0.12-1 source package in Ubuntu

Changelog

lua-lpeg (0.12-1) unstable; urgency=low


  * New upstream release
  * Updated copyright file 
  * Removed transitional packages

 -- Enrico Tassi <email address hidden>  Tue, 17 Apr 2012 22:24:07 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe interpreters

Downloads

File Size SHA-256 Checksum
lua-lpeg_0.12-1.dsc 1.2 KiB 93fe4f52daf2b30693255b2001c63deaa0059ad1b05c5ed21ecc594df056eb6b
lua-lpeg_0.12.orig.tar.gz 66.1 KiB b0695282a2bcc6d32230cf1f42eddd92148a6c66be428a28e7487c8beed92a10
lua-lpeg_0.12-1.debian.tar.gz 3.2 KiB 41b6b12e57bc3c387803cd8f5078792fd0f207fab6bcc092b81bffc6854d394c

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