mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00

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...)
17 lines
418 B
Text
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"))
|