myhome/.emacs.d/elpa/async-20200809.501/async-pkg.el

9 lines
270 B
EmacsLisp
Raw Normal View History

2020-08-29 15:19:31 +02:00
(define-package "async" "20200809.501" "Asynchronous processing in Emacs"
'((emacs "24.3"))
:commit "36a10151e70e956e2f766ed9e65f4a9cfc8479b2" :keywords
'("async")
:url "https://github.com/jwiegley/emacs-async")
;; Local Variables:
;; no-byte-compile: t
;; End: