Merge pull request #752 from tkf/recipe-websocket-and-ein

Add websocket.rcp and ein.rcp
This commit is contained in:
Ryan Thompson 2012-05-27 11:41:18 -07:00
commit bed25696af
2 changed files with 10 additions and 0 deletions

6
recipes/ein.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name ein
:description "IPython notebook client in Emacs"
:type github
:pkgname "tkf/emacs-ipython-notebook"
:depends (websocket nxhtml)
:features ein)

4
recipes/websocket.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name websocket
:description "A websocket implementation in elisp, for emacs."
:type github
:pkgname "ahyatt/emacs-websocket")