Source: emacs-epc
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 10),
               dh-elpa
Standards-Version: 3.9.8
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/kiwanami/emacs-epc
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/emacs-epc.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/emacs-epc.git

Package: elpa-epc
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends},
         emacs,
         elpa-concurrent,
         elpa-ctable
Recommends: emacs (>= 46.0)
Enhances: emacs,
          emacs24
Built-Using: ${misc:Built-Using}
Description: RPC stack for Emacs Lisp
 This is an asynchronous RPC stack for Emacs. Using this RPC stack, the
 Emacs can communicate with the peer process. Because the protocol is
 S-expression encoding and consists of asynchronous communications, the RPC
 response is fairly good.
