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

15 lines
454 B
EmacsLisp
Raw Permalink Normal View History

2024-03-20 13:57:39 +00:00
(define-package "async" "20240312.1716" "Asynchronous processing in Emacs"
2022-08-25 15:19:45 +00:00
'((emacs "24.4"))
2024-03-20 13:57:39 +00:00
:commit "a368df08d34ae0c0a36fc3e90b1ecda252915257" :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: