Codebase list ido-ubiquitous / debian/4.5-2 Cask
debian/4.5-2

Tree @debian/4.5-2 (Download .tar.gz)

Cask @debian/4.5-2raw · 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/*"))))