Cask 568 B

123456789101112131415161718192021
  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 "flx-ido")
  9. (depends-on "with-simulated-input"
  10. :git "https://github.com/DarwinAwardWinner/with-simulated-input.git"
  11. :files ("*.el"))
  12. (depends-on "buttercup"
  13. :git "https://github.com/DarwinAwardWinner/emacs-buttercup.git"
  14. :branch "expect-closures"
  15. :files ("*.el"
  16. ("bin" "bin/*")))
  17. (depends-on "undercover"))