blob: af15ced71395d1ca5c93112a9b54090196731041 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<stabilize-allarches />
<longdescription>
Vertico provides a performant and minimalistic vertical completion UI
based on the default completion system. The 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, extendable
and modular. Additional enhancements are available as extensions or
complementary packages.
</longdescription>
<upstream>
<bugs-to>https://github.com/minad/vertico/</bugs-to>
<changelog>https://raw.githubusercontent.com/minad/vertico/refs/heads/main/CHANGELOG.org</changelog>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|