Files
emacs/lisp/ob-async/ob-async-pkg.el
2023-11-04 19:26:41 +01:00

18 lines
538 B
EmacsLisp

(define-package "ob-async" "20210428.2052" "Asynchronous org-babel src block execution"
'((async "1.9")
(org "9.0.1")
(emacs "24.4")
(dash "2.14.1"))
:commit "9aac486073f5c356ada20e716571be33a350a982" :authors
'(("Andrew Stahlman" . "andrewstahlman@gmail.com"))
:maintainers
'(("Andrew Stahlman" . "andrewstahlman@gmail.com"))
:maintainer
'("Andrew Stahlman" . "andrewstahlman@gmail.com")
:keywords
'("tools")
:url "https://github.com/astahlman/ob-async")
;; Local Variables:
;; no-byte-compile: t
;; End: