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 "alcotest" {with-test & >= "1.3.0" } 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/v5.3-502/merlin-5.3-502.tbz" 30 checksum: [ 31 "sha256=2cea46f12397fa6e31ef0c0d4f5e11c1cfd916ee49420694005c95ebb3aa24bc" 32 "sha512=e94abb9ae38149245337db033e2c3891c7ec772168e99abf1bda0216a894c0854e7170b56fe88eba83ec98f2ebc0f5c7c723e8db14f59eeb6dd348bec12c6d62" 33 ] 34} 35x-commit-hash: "ac951c635e09d6d72462eb9bb70ee4b9ee844d0d"