this repo has no description
1opam-version: "2.0" 2maintainer: "defree@gmail.com" 3authors: "The Merlin team" 4homepage: "https://github.com/ocaml/merlin" 5bug-reports: "https://github.com/ocaml/merlin/issues" 6dev-repo: "git+https://github.com/ocaml/merlin.git" 7license: "MIT" 8build: [ 9 ["dune" "subst"] {dev} 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "5.0" & < "5.1"} 14 "dune" {>= "2.9.0"} 15 "csexp" {>= "1.5.1"} 16 "menhir" {dev} 17 "menhirLib" {dev} 18 "menhirSdk" {dev} 19] 20synopsis: 21 "Merlin's libraries" 22description: 23 "These libraries provides access to low-level compiler interfaces and the 24 standard higher-level merlin protocol. The library is provided as-is, is not 25 thoroughly documented, and its public API might break with any new release." 26url { 27 src: 28 "https://github.com/ocaml/merlin/releases/download/v4.7.1-500/merlin-4.7.1-500.tbz" 29 checksum: [ 30 "sha256=885d7a69796e06b1e7f80ddfc568af3a35cd03670e2ce23d39ea3c8547fa4b27" 31 "sha512=de89c4cea7fe67e0d6f69d51e565a65d846fdf8ab63e4c1e9aafffebe73f7a087f12f828da7352c589cb1d1a127d8e0a2f021a3779cd9799b2e2a4681b8ed011" 32 ] 33} 34x-commit-hash: "f3643eab67b5d2a89c3310282b1b605eadeb1908"