dot-merlin-reader 4.8-414 -> 4.8-501preview https://github.com/ocaml/merlin/releases attrpath: dot-merlin-reader Checking auto update branch... No auto update branch exists Old version 4.8-414" not present in master derivation file with contents: { lib, fetchurl, yojson, csexp, buildDunePackage, merlin-lib, merlin }: buildDunePackage rec { pname = "dot-merlin-reader"; inherit (merlin) version src; minimalOCamlVersion = "4.06"; buildInputs = if lib.versionAtLeast version "4.7-414" then [ merlin-lib ] else [ yojson csexp ]; meta = with lib; { description = "Reads config files for merlin"; homepage = "https://github.com/ocaml/merlin"; license = licenses.mit; maintainers = [ maintainers.hongchangwu ]; }; }