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

15 lines
453 B
EmacsLisp
Raw Normal View History

2023-07-27 19:42:55 +00:00
(define-package "async" "20230528.622" "Asynchronous processing in Emacs"
2022-08-25 15:19:45 +00:00
'((emacs "24.4"))
2023-07-27 19:42:55 +00:00
:commit "3ae74c0a4ba223ba373e0cb636c385e08d8838be" :authors
2022-08-25 15:19:45 +00:00
'(("John Wiegley" . "jwiegley@gmail.com"))
2023-07-27 19:42:55 +00:00
:maintainers
'(("Thierry Volpiatto" . "thievol@posteo.net"))
2022-08-25 15:19:45 +00:00
:maintainer
'("Thierry Volpiatto" . "thievol@posteo.net")
:keywords
'("async")
:url "https://github.com/jwiegley/emacs-async")
;; Local Variables:
;; no-byte-compile: t
;; End: