Cask 517 B

12345678910111213141516171819
  1. ;; -*- mode: emacs-lisp -*-
  2. (source gnu)
  3. (source melpa)
  4. (package-file "ido-completing-read+.el")
  5. (depends-on "s")
  6. (depends-on "memoize" "1.1")
  7. (development
  8. (depends-on "with-simulated-input"
  9. :git "https://github.com/DarwinAwardWinner/with-simulated-input.git"
  10. :files ("*.el"))
  11. (depends-on "buttercup"
  12. :git "https://github.com/DarwinAwardWinner/emacs-buttercup.git"
  13. :branch "expect-closures"
  14. :files ("*.el"
  15. ("bin" "bin/*"))))