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} 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.6-414/merlin-4.6-414.tbz" 29 checksum: [ 30 "sha256=02ebd70a3c77d8940163dbe4c40774a448ed145ea84e0ad3d5ff5324410393ce" 31 "sha512=7373fadf05c692c9f054c7fe6a7d4bdfeefe237b9df432024ef9923782ee72e09021c0c3fba869da8347728105cb2d3ff0aa94b0c5eb09811bb25aa8da9fb520" 32 ] 33} 34x-commit-hash: "be753d9412387aedcf32aba88a1be9bcd33d97ba"