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"
8flags: avoid-version
9build: [
10 ["dune" "subst"] {dev}
11 ["dune" "build" "-p" name "-j" jobs]
12]
13depends: [
14 "ocaml" {>="5.3" & <"5.4"}
15 "dune" {>= "3.0.0"}
16 "csexp" {>= "1.5.1"}
17 "alcotest" {with-test & >= "1.3.0" }
18 "menhir" {dev & >= "20201216"}
19 "menhirLib" {dev & >= "20201216"}
20 "menhirSdk" {dev & >= "20201216"}
21]
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/v5.4-503/merlin-5.4-503.tbz"
31 checksum: [
32 "sha256=f2e4780c9a9ca54c403292e7ff7e0fa33d3afeae0c4e735e14f3f9cb74af2cbc"
33 "sha512=d81598359e33776d0388838f62175f704d96fc6e497d22a72508ea1f53bb7f0815561ae4fbfa6fd9c1a8ada94b8d0d4c7c03c35c4d8c0fbb323e94260ddd4885"
34 ]
35}
36x-commit-hash: "3b3d3d1682f9334396a8ad6e245d95ae3be353ef"