emacs.d/elpa/async-20200113.1745/async-pkg.el
2020-01-29 18:18:31 +01:00

8 lines
220 B
EmacsLisp

(define-package "async" "20200113.1745" "Asynchronous processing in Emacs"
'((emacs "24.3"))
:keywords
'("async")
:url "https://github.com/jwiegley/emacs-async")
;; Local Variables:
;; no-byte-compile: t
;; End: