File debian.control of Package vis
Source: vis
Section: editors
Priority: optional
Maintainer: Your Name <you@example.com>
Build-Depends: debhelper-compat (= 13),
git,
libacl1-dev,
libselinux1-dev,
libtermkey-dev,
libncurses-dev,
lua-lpeg,
lua-penlight,
# Add 'luajit' dependencies as alternatives if preferred
# or simply rely on Lua 5.3+ or Lua + compat-5.3 module
# as per your patch logic
lua-dev | liblua5.3-dev | liblua5.4-dev | libluajit-5.1-dev,
lua-compat53-dev,
mandoc,
python3-sphinx,
python3-breathe,
python3-sphinx-rtd-theme
Standards-Version: 4.6.0
Homepage: https://sr.ht/~martanne/vis
Package: vis
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
lua,
lua-lpeg
Suggests: par-text | moreutils,
lua-editorconfig-core-lua
Description: An editor combining the strengths of both vi(m) and sam
Vis aims to be a modern, legacy free, simple yet efficient editor
combining the strengths of both vi(m) and sam.
.
It extends vi's modal editing with built-in support for multiple
cursors/selections and combines it with sam's structural regular
expression based command language.