13 lines
389 B
EmacsLisp
13 lines
389 B
EmacsLisp
|
(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:
|