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

(source gnu)
(source melpa)

(package "with-simulated-input" "2.2"
         "A macro to simulate user input non-interactively.")

(depends-on "seq")
(depends-on "s")

(development
 (depends-on "buttercup"
             :git "https://github.com/DarwinAwardWinner/emacs-buttercup.git"
             :branch "show-exprs"
             :files ("*.el"
                     ("bin" "bin/*"))))
