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-20230322.521/async-pkg.el

13 lines
388 B
EmacsLisp

(define-package "async" "20230322.521" "Asynchronous processing in Emacs"
'((emacs "24.4"))
:commit "3f91ce8b963cd6909c6578f87b5545fd761f1547" :authors
'(("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: