File: control

package info (click to toggle)
lua-term 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: makefile: 30; ansic: 22
file content (41 lines) | stat: -rw-r--r-- 1,106 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: lua-term
Priority: optional
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders:
 Victor Seva <vseva@debian.org>,
 Aaron Zauner <azet@azet.org>,
Build-Depends:
 debhelper-compat (= 12),
 dh-lua,
Standards-Version: 4.6.0.1
Section: libs
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/lua-team/lua-term.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-term
Homepage: https://github.com/hoelzro/lua-term

Package: lua-term
Section: libs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Provides:
 ${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: Lua module for manipulating a terminal
 lua-term provides a library interface to facilitate
 terminal operations and manipulations in Lua.

Package: lua-term-dev
Section: libdevel
Architecture: any
Depends:
 lua-term (= ${binary:Version}),
 ${misc:Depends},
Provides:
 ${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: Lua module for manipulating a terminal
 This package provide the development headers and static
 libraries for lua-term. Terminal operations for Lua.