]> code.delx.au - gnu-emacs-elpa/blob - async-pkg.el
Fix pkg file and instructions in dired-async.
[gnu-emacs-elpa] / async-pkg.el
1 ;;; async-pkg.el
2
3 (define-package "async" "1.4"
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