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.1.1" & < "5.2"} 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-501/merlin-4.17.1-501.tbz" 30 checksum: [ 31 "sha256=376707aa871f09e9639456d3fbe4b89a21c9ad75c774e94cbbbe67f842b0a500" 32 "sha512=a11ea4b8e3520b3ee41ae8198cda34b2816b8dfcdcb99350ef29689a7d62bb66d17ffa075c551aa56d521120b55e6db14a106a31f7b3970ed2aa07e1db3c9b88" 33 ] 34} 35x-commit-hash: "650a7865bc37a646250f7c52fa6644d9d4a5218b"