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 "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/v4.14-501/merlin-4.14-501.tbz"
29 checksum: [
30 "sha256=b7e9e96e924058c2ce429642788aa2e390720d441e224538bcf494a65203a292"
31 "sha512=734d760b1f73652bbd1d25736d08336c2df15f4eaa1d4c7aed345e83d1375b54266cb78dbeb698870a668633fbd2c7fece4dd161a50fba92f245dfad4b69c4c9"
32 ]
33}
34x-commit-hash: "7d7f525180f5979516e10c05d0cd49823edb5ef1"