melpa/recipes/fsharp-mode

10 lines
309 B
Text
Raw Normal View History

2012-12-17 19:18:17 +00:00
(fsharp-mode
:fetcher github
:repo "fsharp/fsharpbinding"
:files ("emacs/*.el"
("bin"
"lib/fsautocomplete/fsautocomplete.exe"
"lib/fsautocomplete/FSharp.CompilerBinding.dll"
2013-03-30 22:37:09 +00:00
"lib/ndesk-options/NDesk.Options.dll"
"lib/newtonsoft.json/Newtonsoft.Json.dll")))