emacs.d/elpa/ob-ipython-20180224.953/ob-ipython-pkg.el
2019-11-22 22:23:12 +01:00

16 lines
455 B
EmacsLisp

(define-package "ob-ipython" "20180224.953" "org-babel functions for IPython evaluation"
'((s "1.9.0")
(dash "2.10.0")
(dash-functional "1.2.0")
(f "0.17.2")
(emacs "24"))
:keywords
'("literate programming" "reproducible research")
:authors
'(("Greg Sexton" . "gregsexton@gmail.com"))
:maintainer
'("Greg Sexton" . "gregsexton@gmail.com")
:url "http://www.gregsexton.org")
;; Local Variables:
;; no-byte-compile: t
;; End: