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" {>= "4.14" & < "4.15"} 14 "dune" {>= "2.9.0"} 15 "csexp" {>= "1.5.1"} 16 "menhir" {dev & >= "20201216"} 17 "menhirLib" {dev & >= "20201216"} 18 "menhirSdk" {dev & >= "20201216"} 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.10-414/merlin-4.10-414.tbz" 29 checksum: [ 30 "sha256=fdad4ea804884a96f4e9e87682c6a6d6b137c28bcce024fcc9b3d5f3a5f04767" 31 "sha512=7805b99c2a73b2e3f70d26fd7183a90f97657d66946e2a4b58563f00fd3ed8d82da1fb0597b033b8c8c9e8db415d66e51720c972d34db4b66b71bb8f0c9ee08c" 32 ] 33} 34x-commit-hash: "5b19576d6288161a2c2da895a1a87c1140384eb5"