Source: neovim
Section: editors
Priority: optional
Maintainer: jiggol <jiggol@unknown>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 cmake (>= 3.10),
 dh-sequence-builtusing,
 gettext,
 less <!nocheck>,
 libacl1-dev,
 libluajit-5.1-dev [amd64 armel armhf arm64 hurd-i386 i386] | liblua5.1-dev,
 libmsgpack-dev (>= 1.0.0),
 libnss-wrapper <!nocheck>,
 libtree-sitter-dev (>= 0.20.9),
 libunibilium-dev,
 libuv1-dev,
 libvterm-dev (>= 0.3.3),
 locales <!nocheck>,
 lua-bitop,
 lua-busted <!nocheck>,
 lua-coxpcall <!nocheck>,
 lua-filesystem (>= 1.7) <!nocheck>,
 lua-inspect <!nocheck>,
 lua-lpeg (>= 1.1.0),
 lua-luv-dev (>= 1.43.0),
 lua-mpack,
 luajit [amd64 armel armhf arm64 hurd-i386 i386],
 lua5.1,
 ninja-build,
 python3-pynvim (>= 0.5.2-2~) [!hppa !ia64 !sh4] <!nocheck>,
 tree-sitter-c-src (>= 0.21.3),
 tree-sitter-lua-src (>= 0.1.0),
 tree-sitter-markdown-src (>= 0.2.3),
 tree-sitter-markdown-inline-src (>= 0.2.3),
 tree-sitter-query-src (>= 0.4.0),
 tree-sitter-vim-src (>= 0.4.0),
 tree-sitter-vimdoc-src (>= 3.0.0),
 tzdata <!nocheck>,
 xdg-utils <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/neovim/neovim
#Vcs-Browser: https://salsa.debian.org/debian/neovim
#Vcs-Git: https://salsa.debian.org/debian/neovim.git

Package: neovim
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description:  heavily refactored vim fork
 Neovim is a fork of Vim focused on modern code and features, rather than
 running in legacy environments.
 .
 msgpack API enables structured communication to/from any programming language.
 Remote plugins run as co-processes that communicate with Neovim safely and
 asynchronously.
 .
 GUIs (or TUIs) can easily embed Neovim or communicate via TCP sockets using
 the discoverable msgpack API.
