Codebase list ido-ubiquitous / 9a3fdc2 debian / control
9a3fdc2

Tree @9a3fdc2 (Download .tar.gz)

control @9a3fdc2raw · history · blame

Source: ido-ubiquitous
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-elpa,
               elpa-buttercup,
               elpa-flx-ido,
               elpa-memoize,
               elpa-s,
               elpa-with-simulated-input
Standards-Version: 4.4.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/DarwinAwardWinner/ido-completing-read-plus
Vcs-Browser: https://salsa.debian.org/emacsen-team/ido-ubiquitous
Vcs-Git: https://salsa.debian.org/emacsen-team/ido-ubiquitous.git

Package: elpa-ido-completing-read+
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: completing-read-function using ido
 This package implements the `ido-completing-read+' function, which is a
 wrapper for `ido-completing-read'. Importantly, it detects edge cases that
 ordinary ido cannot handle and either adjusts them so ido *can* handle them,
 or else simply falls back to Emacs' standard completion instead.