emacs/org/elpa/async-20220318.1342/async-pkg.el

13 lines
389 B
EmacsLisp
Raw Normal View History

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