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 "alcotest" {with-test} 17 "menhir" {dev & >= "20201216"} 18 "menhirLib" {dev & >= "20201216"} 19 "menhirSdk" {dev & >= "20201216"} 20] 21synopsis: 22 "Merlin's libraries" 23description: 24 "These libraries provides access to low-level compiler interfaces and the 25 standard higher-level merlin protocol. The library is provided as-is, is not 26 thoroughly documented, and its public API might break with any new release." 27url { 28 src: 29 "https://github.com/ocaml/merlin/releases/download/v4.17.1-414/merlin-4.17.1-414.tbz" 30 checksum: [ 31 "sha256=bf3f806ef48632053861d54b73bdef9539ba4218af021d8b0acad8e37e645fc6" 32 "sha512=1346170208fa984dfdb45dcce0b44aa8a25a8f8d5ae6da9fbdf521f6abeacf5cc7ac7a567061c2a08c157465f3fb5d59a1c238b634bc74b678816b48bdf05109" 33 ] 34} 35x-commit-hash: "44c112461cab98b9279798271d003fccda2badba"