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
|
Source: neovim
Section: editors
Priority: optional
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Uploaders: James McCoy <jamessan@debian.org>
Build-Depends:
cmake (>= 2.8.12),
debhelper (>= 11),
gettext,
gperf,
libacl1-dev,
libkvm-dev [kfreebsd-any],
libluajit-5.1-dev [amd64 armel armhf hurd-i386 i386] | liblua5.1-dev,
libluajit-5.1-dev (>= 2.1.0~beta3) [mips mipsel] | liblua5.1-dev,
libmsgpack-dev (>= 1.0.0),
libnss-wrapper <!nocheck>,
libtermkey-dev,
libunibilium-dev,
libuv1-dev,
libvterm-dev,
locales,
lua-bitop,
lua-busted <!nocheck>,
lua-inspect <!nocheck>,
lua-lpeg,
lua-mpack,
lua-nvim (>= 0.0.1-26-1~) [!hurd-i386] <!nocheck>,
luajit [amd64 armel armhf hurd-i386 i386] | lua5.1,
luajit (>= 2.1.0~beta3) [mips mipsel] | lua5.1,
ninja-build,
pkg-config,
# Disable python tests for now, as they are hitting an unexpected failure
# python-neovim <!nocheck>,
# python3-neovim <!nocheck>,
Standards-Version: 4.3.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}),
${misc:Depends},
${shlibs:Depends}
Recommends: python-neovim, python3-neovim, xclip | xsel, 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
Breaks: neovim (<< 0.1.1-2~)
Replaces: neovim (<< 0.1.1-2~)
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.
|