update eaf package

This commit is contained in:
2021-01-30 14:52:51 +01:00
parent 84eb4929ee
commit 5207af83cb
4981 changed files with 11795 additions and 761570 deletions

13
lisp/epc/epc-pkg.el Normal file
View File

@@ -0,0 +1,13 @@
(define-package "epc" "20140610.534" "A RPC stack for the Emacs Lisp"
'((concurrent "0.3.1")
(ctable "0.1.2"))
:commit "e1bfa5ca163273859336e3cc89b4b6460f7f8cda" :authors
'(("SAKURAI Masashi <m.sakurai at kiwanami.net>"))
:maintainer
'("SAKURAI Masashi <m.sakurai at kiwanami.net>")
:keywords
'("lisp" "rpc")
:url "https://github.com/kiwanami/emacs-epc")
;; Local Variables:
;; no-byte-compile: t
;; End: