Files
emacs/lisp/epc/epc-pkg.el
2021-01-30 14:52:51 +01:00

14 lines
425 B
EmacsLisp

(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: