mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00

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.
13 lines
305 B
Text
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"))
|