Files
emacs/lisp/async/async-pkg.el
2020-12-05 21:29:49 +01:00

9 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: