Files
emacs/lisp/async/async-pkg.el
2021-01-08 19:32:30 +01:00

13 lines
397 B
EmacsLisp

(define-package "async" "20200809.501" "Asynchronous processing in Emacs"
'((emacs "24.3"))
:commit "14f48de586b0977e3470f053b810d77b07ea427a" :authors
'(("John Wiegley" . "jwiegley@gmail.com"))
:maintainer
'("John Wiegley" . "jwiegley@gmail.com")
:keywords
'("convenience" "async")
:url "https://github.com/jwiegley/emacs-async")
;; Local Variables:
;; no-byte-compile: t
;; End: