1 { lib, fetchurl, buildDunePackage, substituteAll
2 , dot-merlin-reader, dune_2, yojson, csexp, result, menhirSdk }:
9 url = "https://github.com/ocaml/merlin/releases/download/v${version}/merlin-${version}.tbz";
10 sha256 = "sha256-wmBGNwXL3BduF4o1sUXtAOUHJ4xmMvsWAxl/QdNj/28=";
13 minimalOCamlVersion = "4.02.3";
17 src = ./fix-paths.patch;
18 dot_merlin_reader = "${dot-merlin-reader}/bin/dot-merlin-reader";
19 dune = "${dune_2}/bin/dune";
25 buildInputs = [ dot-merlin-reader yojson csexp result menhirSdk ];
28 description = "An editor-independent tool to ease the development of programs in OCaml";
29 homepage = "https://github.com/ocaml/merlin";
30 license = licenses.mit;
31 maintainers = [ maintainers.vbgl ];