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.2" & < "5.3"} 14 "dune" {>= "3.0.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/v5.1-502/merlin-5.1-502.tbz" 29 checksum: [ 30 "sha256=4fd808bc26929cffcca8ea06344790159c10e3eaf9c914cf46ef79e917fcae15" 31 "sha512=1e582c8d3de6784a036b930136a568eb0cedf213a01041acfcff4eda9c6f74adab9a55c4c0d806b8fccbd882b14a984c9fba480f6c5950146b842d6c100a8d1f" 32 ] 33} 34x-commit-hash: "ce00b5bc2bc813bd1b0e2a49438b095042ff7727"