emacs-ipython-notebook/Cask
John Miller b52ccbd46d Version bump, integrate docs into Cask, new doc theme.
Using alabaster for the documentation theme. Building documentation now relies
on having cask present, which does a better job of tracking dependencies than
the old way.
2017-01-17 06:55:44 -06:00

13 lines
305 B
Text

(source gnu)
(source melpa)
(package "ein" "0.12.0" "Emacs IPython Notebook.")
(package-file "lisp/ein.el")
(files ("lisp/*.el" :exclude ("lisp/zeroein.el")))
(development
(depends-on "websocket")
(depends-on "request")
(depends-on "cl-generic")
(depends-on "ecukes")
(depends-on "auto-complete"))