Source: emacs-async Section: lisp Priority: optional Maintainer: Debian Emacsen team Uploaders: Sean Whitton Build-Depends: debhelper (>= 10), dh-elpa (>= 0.0.17) Standards-Version: 4.0.0 Homepage: https://elpa.gnu.org/packages/async.html Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-async.git/ Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-async Package: elpa-async Architecture: all Depends: ${misc:Depends}, emacs Built-Using: ${misc:Built-Using} Recommends: emacs (>= 46.0) Enhances: emacs, emacs24 Description: simple library for asynchronous processing in Emacs async.el is a module for doing asynchronous processing in Emacs. The most common application is to make dired move and rename files asynchronously i.e. in the background. Then the user need not wait for the move or copy to complete before they can use Emacs for other tasks.