File: control

package info (click to toggle)
lua-leg 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 340 kB
  • ctags: 255
  • sloc: makefile: 32
file content (30 lines) | stat: -rw-r--r-- 1,125 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: lua-leg
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: debhelper (>= 8), lua-lpeg-dev, dh-lua (>= 12)
Standards-Version: 3.9.3
Homepage: http://leg.luaforge.net
Vcs-Git: git://git.debian.org/git/pkg-lua/lua-leg.git
Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-leg.git

Package: lua-leg
Architecture: all
Depends: ${misc:Depends}, lua-lpeg
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
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: lua-leg-dev
Section: libdevel
Architecture: all
Depends: ${misc:Depends}
Replaces: liblua5.1-leg-dev (<< 0.1.2-7~)
Breaks: liblua5.1-leg-dev (<< 0.1.2-7~)
Provides: liblua5.1-leg-dev, ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: Leg development files for the Lua language
 This package contains the documentation for the leg library.