Codebase list ido-ubiquitous / upstream/4.5 Cask
upstream/4.5

Tree @upstream/4.5 (Download .tar.gz)

Cask @upstream/4.5raw · history · blame

;; -*- mode: emacs-lisp -*-

(source gnu)
(source melpa)

(package-file "ido-completing-read+.el")

(depends-on "s")
(depends-on "memoize" "1.1")

(development
 (depends-on "with-simulated-input"
             :git "https://github.com/DarwinAwardWinner/with-simulated-input.git"
             :files ("*.el"))
 (depends-on "buttercup"
             :git "https://github.com/DarwinAwardWinner/emacs-buttercup.git"
             :branch "expect-closures"
             :files ("*.el"
                     ("bin" "bin/*"))))