]> code.delx.au - gnu-emacs-elpa/blob - packages/async/async-pkg.el
Merge commit '37c46180280f10fa5120a017acd04f7022d124e4'
[gnu-emacs-elpa] / packages / async / async-pkg.el
1 ;;; async-pkg.el
2
3 (define-package "async" "1.6"
4 "Asynchronous processing in Emacs"
5 '((emacs "24")
6 (cl-lib "0.5"))
7 :url "https://github.com/jwiegley/emacs-async")
8
9 ;; Local Variables:
10 ;; no-byte-compile: t
11 ;; End:
12