Update fsharp receipt

This commit is contained in:
Shohei YOSHIDA 2022-06-24 16:05:14 +09:00
parent bf3dba444d
commit aa4fd82a17
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
2 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,7 @@
(:name fsharp-mode
:description "Major mode for editing fsharp code."
:type github
:pkgname "rneatherway/emacs-fsharp-mode-bin"
:website "https://github.com/fsharp/fsharpbinding"
:depends (auto-complete popup pos-tip s dash))
:pkgname "fsharp/emacs-fsharp-mode"
:load-path (".")
:depends (eglot jsonrpc)
:website "https://github.com/fsharp/emacs-fsharp-mode")

4
recipes/jsonrpc.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name jsonrpc
:description "JSON-RPC library"
:type elpa
:website "https://elpa.gnu.org/packages/jsonrpc.html")