emacs.d/elpa/async-20200113.1745/async-pkg.el

9 lines
220 B
EmacsLisp
Raw Normal View History

2020-01-29 18:18:31 +01:00
(define-package "async" "20200113.1745" "Asynchronous processing in Emacs"
2019-12-26 20:36:12 +01:00
'((emacs "24.3"))
:keywords
2019-11-29 17:18:25 +01:00
'("async")
:url "https://github.com/jwiegley/emacs-async")
;; Local Variables:
;; no-byte-compile: t
;; End: