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

13 lines
388 B
EmacsLisp
Raw Normal View History

2023-03-22 11:44:34 +00:00
(define-package "async" "20230322.521" "Asynchronous processing in Emacs"
2022-08-25 15:19:45 +00:00
'((emacs "24.4"))
2023-03-22 11:44:34 +00:00
:commit "3f91ce8b963cd6909c6578f87b5545fd761f1547" :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: