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
|
Source: neovim-qt
Section: editors
Priority: optional
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Uploaders: Jason Pleau <jason@jpleau.ca>, James McCoy <jamessan@debian.org>
Build-Depends: debhelper (>= 11.4~),
cmake,
help2man,
libmsgpack-dev (>= 1.4.0-2),
neovim,
ninja-build,
python-jinja2,
python-msgpack,
qtbase5-dev,
xauth,
# This can be "neovim (>= 0.3.2) | xclip" once that version of neovim is
# generally available
xclip,
xvfb
Standards-Version: 4.3.0
Rules-Requires-Root: no
Homepage: https://github.com/equalsraf/neovim-qt
Vcs-Git: https://salsa.debian.org/vim-team/neovim-qt.git
Vcs-Browser: https://salsa.debian.org/vim-team/neovim-qt
Package: neovim-qt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, neovim
Description: neovim client library and GUI
neovim-qt provides a Qt5 GUI interface for neovim
|