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
|
Source: lua-nvim
Priority: optional
Maintainer: Jason Pleau <jason@jpleau.ca>
Build-Depends: debhelper (>= 11~),
dh-lua,
libuv1-dev,
libkvm-dev [kfreebsd-any],
lua-busted,
lua-coxpcall,
lua-luv,
lua-mpack,
neovim
Standards-Version: 4.1.4
Section: interpreters
Homepage: https://github.com/neovim/lua-client/
Vcs-Git: https://salsa.debian.org/lua-team/lua-nvim
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
This package provide the static library for lua-nvim
|