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

13 lines
388 B
EmacsLisp
Raw Normal View History

2023-02-21 18:17:08 +00:00
(define-package "async" "20230216.559" "Asynchronous processing in Emacs"
2022-08-25 15:19:45 +00:00
'((emacs "24.4"))
2023-02-21 18:17:08 +00:00
:commit "71cc50f27ffc598a89aeaa593488d87818647d02" :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: