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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
Source: neovim
Section: editors
Priority: optional
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Uploaders: James McCoy <jamessan@debian.org>
Build-Depends:
cmake (>= 3.10),
debhelper-compat (= 13),
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.0
Homepage: https://neovim.io/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/vim-team/neovim.git
Vcs-Browser: https://salsa.debian.org/vim-team/neovim
Package: neovim
Architecture: any
Depends:
neovim-runtime (= ${source:Version}),
${neovim:Depends},
${misc:Depends},
${shlibs:Depends}
Static-Built-Using: ${dh-builtusing:tree-sitter-S-src}
Recommends: python3-pynvim (>= 0.5.2-2~), xclip | xsel | wl-clipboard, xxd
Suggests: ctags, vim-scripts
Provides: editor
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.
Package: neovim-runtime
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: heavily refactored vim fork (runtime files)
Neovim is a fork of Vim focused on modern code and features, rather than
running in legacy environments.
.
This package contains the architecture independent runtime files used by
neovim. Examples of such files are: documentation, rules for
language-specific highlighting and indentation, color schemes, and standard
plugins.
|