File: control

package info (click to toggle)
lua-nvim 0.2.4-1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 168 kB
  • sloc: makefile: 67; ansic: 32
file content (43 lines) | stat: -rw-r--r-- 1,322 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
Source: lua-nvim
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 (= 12),
            dh-lua,
            libuv1-dev,
            lua-busted,
# Minimum version for lua5.3 support
            lua-coxpcall (>> 1.17.0-1~),
            lua-luv,
            lua-mpack,
            neovim <!nocheck>,
Standards-Version: 4.6.2
Section: interpreters
Rules-Requires-Root: no
Homepage: https://github.com/neovim/lua-client/
Vcs-Git: https://salsa.debian.org/lua-team/lua-nvim.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-nvim

Package: lua-nvim
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         lua-coxpcall,
         lua-mpack,
         lua-luv
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: Lua client for Neovim
 lua-nvim provices a mean to communicate with neovim sessions
 through Lua.

Package: lua-nvim-dev
Section: libdevel
Architecture: any
Depends: lua-nvim (= ${binary:Version}),
         ${misc:Depends},
         libkvm-dev [kfreebsd-any]
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: Lua client for Neovim (development files)
 This package provide the static library for lua-nvim