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 & >= "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.8-500/merlin-4.8-500.tbz" 29 checksum: [ 30 "sha256=9f93472aea34fe56667deed6b24aa75b7c66d52d0f9972924bddc10caae98c22" 31 "sha512=b1498064c69305d72bf833e1652e4a0947540c736aa17b58f03af35dd7ca191250acc6a929f1e5b2010bc0fc30fc7074d8b20a5cbad8d9685715df2746c12839" 32 ] 33} 34x-commit-hash: "1fbb47f7559fd4145cee3661cb70e2fae711df53"