File: control

package info (click to toggle)
lua-luv 1.51.0-1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,464 kB
  • sloc: ansic: 6,996; makefile: 74; sh: 33
file content (51 lines) | stat: -rw-r--r-- 1,262 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
42
43
44
45
46
47
48
49
50
51
Source: lua-luv
Priority: optional
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders:
 Jason Pleau <jason@jpleau.ca>,
 James McCoy <jamessan@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-lua,
 dpkg-dev (>= 1.22.5),
 libuv1-dev,
 lua-compat53-dev,
Standards-Version: 4.7.2
Section: interpreters
Homepage: https://github.com/luvit/luv
Vcs-Git: https://salsa.debian.org/lua-team/lua-luv.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-luv

Package: lua-luv
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Provides:
 ${lua:Provides},
Breaks:
 neovim (<< 0.9.5-5~),
Multi-Arch: same
XB-Lua-Versions: ${lua:Versions}
Description: libuv bindings for Lua
 libuv is a multi-platform support library with a focus on asynchronous I/O.
 .
 This package provides libuv bindings for the Lua programming language.

Package: lua-luv-dev
Section: libdevel
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 libuv1-dev,
 lua-luv (= ${binary:Version}),
 ${misc:Depends},
Provides:
 ${lua:Provides},
Multi-Arch: same
XB-Lua-Versions: ${lua:Versions}
Description: libuv bindings for Lua (development files)
 This package provide the static library and headers for lua-luv