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

13 lines
388 B
EmacsLisp
Raw Normal View History

2023-04-07 19:25:24 +00:00
(define-package "async" "20230323.643" "Asynchronous processing in Emacs"
2022-08-25 15:19:45 +00:00
'((emacs "24.4"))
2023-04-07 19:25:24 +00:00
:commit "34feabe1142863a2c96f75afda1a2ae4aa0813f6" :authors
2022-08-25 15:19:45 +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: