opam-version: "2.0" maintainer: "defree@gmail.com" authors: "The Merlin team" 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.1.1" & < "5.2"} "dune" {>= "2.9.0"} "csexp" {>= "1.5.1"} "menhir" {dev & >= "20201216"} "menhirLib" {dev & >= "20201216"} "menhirSdk" {dev & >= "20201216"} ] synopsis: "Merlin's libraries" description: "These libraries provides access to low-level compiler interfaces and the standard higher-level merlin protocol. The library is provided as-is, is not thoroughly documented, and its public API might break with any new release." url { src: "https://github.com/ocaml/merlin/releases/download/v4.16-501/merlin-4.16-501.tbz" checksum: [ "sha256=da5bf309b040645c292ae4572cc6a0a700dbd2bcfc996ac13c8e5c3836c21e26" "sha512=99eba17b2bdec5411d239093f4e8e11ada79b2b84ae88074a1b46e47eb836bbf8cb7836c472c22e7f9e68cff1b9ea6d9b9989b70055c3277edb4cddc4a86460c" ] } x-commit-hash: "90844631770a38552ab2c8f9f870be9590bf984b"