From 97faa99c796b6bcbab1314f2f973f536fd1a3a0d Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Mon, 22 Oct 2012 21:48:38 +0900 Subject: [PATCH] Add epc recipe and its required packages --- recipes/concurrent | 4 ++++ recipes/ctable | 4 ++++ recipes/epc | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 recipes/concurrent create mode 100644 recipes/ctable create mode 100644 recipes/epc diff --git a/recipes/concurrent b/recipes/concurrent new file mode 100644 index 00000000..e51b27a1 --- /dev/null +++ b/recipes/concurrent @@ -0,0 +1,4 @@ +(concurrent + :repo "kiwanami/emacs-deferred" + :fetcher github + :files ("concurrent.el")) diff --git a/recipes/ctable b/recipes/ctable new file mode 100644 index 00000000..be1e1e1c --- /dev/null +++ b/recipes/ctable @@ -0,0 +1,4 @@ +(ctable + :repo "kiwanami/emacs-ctable" + :fetcher github + :files ("ctable.el")) diff --git a/recipes/epc b/recipes/epc new file mode 100644 index 00000000..0765d4cb --- /dev/null +++ b/recipes/epc @@ -0,0 +1,4 @@ +(epc + :repo "kiwanami/emacs-epc" + :fetcher github + :files ("epc.el" "epcs.el"))