emacs/code/elpa/async-20230216.559/async-pkg.el

13 lines
388 B
EmacsLisp

(define-package "async" "20230216.559" "Asynchronous processing in Emacs"
'((emacs "24.4"))
:commit "71cc50f27ffc598a89aeaa593488d87818647d02" :authors
'(("John Wiegley" . "jwiegley@gmail.com"))
:maintainer
'("Thierry Volpiatto" . "thievol@posteo.net")
:keywords
'("async")
:url "https://github.com/jwiegley/emacs-async")
;; Local Variables:
;; no-byte-compile: t
;; End: