Source: lua-lpeg
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 8.1.3), lua5.1-policy-dev (>= 32)
Standards-Version: 3.9.2
Homepage: http://www.inf.puc-rio.br/~roberto/lpeg.html
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-lpeg
Vcs-Browser: http://svn.debian.org/vewsvn/pkg-lua/packages/lua-lpeg

Package: liblua5.1-lpeg2
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: ${shlibs:Depends}
Replaces: liblua5.1-lpeg1
Conflicts: liblua5.1-lpeg1
Description: LPeg library for the Lua language version 5.1
 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.

Package: liblua5.1-lpeg-dev
Section: libdevel
Multi-Arch: same
Pre-Depends: multiarch-support
Architecture: any
Depends: liblua5.1-lpeg2 (= ${binary:Version})
Description: LPeg development files for the Lua language version 5.1
 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.
