File: control

package info (click to toggle)
lua-luv 1.36.0-0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 868 kB
  • sloc: ansic: 5,683; makefile: 67; sh: 33
file content (38 lines) | stat: -rw-r--r-- 1,240 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
Source: lua-luv
Priority: optional
Maintainer: Jason Pleau <jason@jpleau.ca>
Uploaders: James McCoy <jamessan@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-lua,
               lua-compat53-dev,
               libuv1-dev,
               libkvm-dev [kfreebsd-any]
Standards-Version: 4.5.0
Section: interpreters
Rules-Requires-Root: no
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: ${shlibs:Depends}, ${misc:Depends},
Provides: ${lua:Provides}
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