]> code.delx.au - gnu-emacs-elpa/blob - packages/async/async-pkg.el
0268724c72295e2cce756cbd937b8f7fa4ed63b2
[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