File: control

package info (click to toggle)
vim-vader 0.3.0%2Bgit20200213.6fff477-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 156 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 707 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: vim-vader
Section: devel
Priority: optional
Maintainer: Nicholas Guriev <guriev-ns@ya.ru>
Build-Depends: debhelper-compat (= 13), dh-vim-addon
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/junegunn/vader.vim
Vcs-Git: https://salsa.debian.org/vim-team/vim-vader.git
Vcs-Browser: https://salsa.debian.org/vim-team/vim-vader

Package: vim-vader
Architecture: all
Depends: ${vim-addon:Depends}, ${misc:Depends}
Description: simple vimscript test framework
 Vader.vim is a simple tool designed to help you write VimScript tests in a
 readable way. It has simple and intuitive interface that does not require a
 lengthy documentation. This package is handy for CI systems.