opam-version: "2.0" maintainer: "[email protected]" authors: "The Merlin team" synopsis: "Reads config files for merlin" homepage: "https://github.com/ocaml/merlin" bug-reports: "https://github.com/ocaml/merlin/issues" dev-repo: "git+https://github.com/ocaml/merlin.git" license: "MIT" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "5.2" } "dune" {>= "3.0.0"} "merlin-lib" {= version} "ocamlfind" {>= "1.6.0"} ] description: "Helper process: reads .merlin files and outputs the normalized content to stdout."