Archived
1
0
Fork 0
This repository has been archived on 2024-10-19. You can view files and clone it, but cannot push or open issues or pull requests.
emacs/code/elpa/async-20220820.530/async-pkg.el

13 lines
388 B
EmacsLisp
Raw Normal View History

(define-package "async" "20220820.530" "Asynchronous processing in Emacs"
2022-04-25 19:22:36 +00:00
'((emacs "24.4"))
:commit "73f825fd739875e4b8e10d47d497df402bbb61e7" :authors
2022-04-25 19:22:36 +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: