8 lines
212 B
EmacsLisp
8 lines
212 B
EmacsLisp
(define-package "async" "20150909.2257" "Asynchronous processing in Emacs"
|
|
'((emacs "24")
|
|
(cl-lib "0.5"))
|
|
:url "https://github.com/jwiegley/emacs-async")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|