File: control

package info (click to toggle)
vertico 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 404 kB
  • sloc: lisp: 1,713; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 1,305 bytes parent folder | download
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
Source: vertico
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Aymeric Agon-Rambosson <aymeric.agon@yandex.com>
Build-Depends: debhelper-compat (= 13),
 dh-elpa,
 texinfo,
 elpa-htmlize,
Standards-Version: 4.7.2
Homepage: https://github.com/minad/vertico
Vcs-Browser: https://salsa.debian.org/emacsen-team/vertico
Vcs-Git: https://salsa.debian.org/emacsen-team/vertico.git

Package: elpa-vertico
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: Performant and minimalistic vertical completion UI for Emacs
 Vertico provides a performant and minimalistic vertical completion UI for Emacs
 based on the default completion system. The main focus of Vertico is to provide
 a UI which behaves correctly under all circumstances. By reusing the built-in
 facilities system, Vertico achieves full compatibility with built-in Emacs
 completion commands and completion tables. Vertico only provides the completion
 UI but aims to be highly flexible, extensible and modular. Additional
 enhancements are available as extensions or complementary packages. The code
 base is small and maintainable. The main vertico.el package is only about 600
 lines of code without white space and comments.