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

