15 lines
453 B
EmacsLisp
15 lines
453 B
EmacsLisp
(define-package "async" "20230528.622" "Asynchronous processing in Emacs"
|
|
'((emacs "24.4"))
|
|
:commit "3ae74c0a4ba223ba373e0cb636c385e08d8838be" :authors
|
|
'(("John Wiegley" . "jwiegley@gmail.com"))
|
|
:maintainers
|
|
'(("Thierry Volpiatto" . "thievol@posteo.net"))
|
|
:maintainer
|
|
'("Thierry Volpiatto" . "thievol@posteo.net")
|
|
:keywords
|
|
'("async")
|
|
:url "https://github.com/jwiegley/emacs-async")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|