emacs-ipython-notebook/Cask
John Miller c78711a7c4 Back to eieio
It seems there are enough people out there still on Emacs 24 to warrant undoing
some of my recent moves away from eieio to cl-generic. For the near future I
will try to keep any changes that are incompatible with Emacs 24 to a
development branch. There is still probably plenty of opportunity to make the
code more future-proof for an eventual move away from eieio (I'm looking at you
oref and sref...)
2017-07-12 14:38:04 -05:00

17 lines
418 B
Text

(source gnu)
(source melpa)
(package "ein" "0.13.0" "Emacs IPython Notebook.")
(package-file "lisp/ein.el")
(files ("lisp/*.el" "lisp/*.py" :exclude ("lisp/zeroein.el")))
(development
(depends-on "websocket")
(depends-on "request")
(depends-on "dash")
(depends-on "cl-generic")
(depends-on "ert-runner")
(depends-on "mocker")
(depends-on "skewer-mode")
(depends-on "deferred")
(depends-on "auto-complete"))