File: control

package info (click to toggle)
lua-leg 0.1.2-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 224 kB
  • ctags: 144
  • sloc: makefile: 40; sh: 17
file content (23 lines) | stat: -rw-r--r-- 941 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: lua-leg
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), lua5.1-policy-dev (>= 10), liblua5.1-lpeg-dev (>= 0.8), dpatch
Standards-Version: 3.7.3
Homepage: http://leg.luaforge.net
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-leg

Package: liblua5.1-leg0
Architecture: all
Depends: ${shlibs:Depends}, liblua5.1-lpeg1
Description: Lua 5.1 grammar, with parsing and manipulation facilities
 This package contains leg, a Lua library exporting a complete Lua 5.1 grammar
 and a small API for user manipulation. It can be used to implement a macro
 preprocessor or any other task that needs to parse a .lua file.

Package: liblua5.1-leg-dev
Section: libdevel
Architecture: all
Depends: ${shlibs:Depends}
Description: Leg development files for the lua language version 5.1
 This package contains the documentation for the leg library.