File: control

package info (click to toggle)
lua-nvim 0.0.1-25-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • ctags: 94
  • sloc: makefile: 68; ansic: 28
file content (39 lines) | stat: -rw-r--r-- 1,077 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
Source: lua-nvim
Priority: optional
Maintainer: Jason Pleau <jason@jpleau.ca>
Build-Depends: debhelper (>= 9),
            dh-lua,
            libuv1-dev,
            lua-busted,
            lua-coxpcall,
            lua-luv,
            lua-mpack,
            neovim
Standards-Version: 3.9.8
Section: interpreters
Homepage: https://github.com/neovim/lua-client/
Vcs-Git: https://anonscm.debian.org/cgit/pkg-lua/lua-nvim.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lua/lua-nvim.git

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}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: Lua client for Neovim
 This package provide the static library for lua-nvim