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" & < "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]
20available: opam-version >= "2.1.0"
21flags: avoid-version
22synopsis:
23 "Merlin's libraries"
24description:
25 "These libraries provides access to low-level compiler interfaces and the
26 standard higher-level merlin protocol. The library is provided as-is, is not
27 thoroughly documented, and its public API might break with any new release."
28url {
29 src:
30 "https://github.com/ocaml/merlin/releases/download/v4.9-501preview/merlin-4.9-501preview.tbz"
31 checksum: [
32 "sha256=815adb67854b611830646de59c6b10a827c53284a9bd0513585ee138d4818983"
33 "sha512=a2c5af7b9240bc44ffe2dcfc60466598d6447dac4754fdc93e684c80c43bcbcb8f5e86e291423daccc986242c1558af1ffa70cd5973150bf2920bbd29b8f9533"
34 ]
35}
36x-commit-hash: "d8eeaf265880340d6af4e04346d3b5ca318a0452"