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

13 lines
388 B
EmacsLisp
Raw Normal View History

(define-package "async" "20220820.530" "Asynchronous processing in Emacs"
2022-04-25 19:22:36 +00:00
'((emacs "24.4"))
:commit "73f825fd739875e4b8e10d47d497df402bbb61e7" :authors
2022-04-25 19:22:36 +00:00
'(("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: