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" {>= "4.14" & < "4.15"}
14 "dune" {>= "2.9.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/v4.18-414/merlin-4.18-414.tbz"
30 checksum: [
31 "sha256=f6d6f7a266141e358c1a869612c8135c859185d547ea3ba5c9ad7bb67fe30cc1"
32 "sha512=4f272bdb028fd984fef406f7e1eadd0a3ab99d94016316f1b842782b1d1bba2bd50dcf3b4021c2096c6d9b5e5f9f6bae61bedcfd9f933f15c190e01777ef83a9"
33 ]
34}
35x-commit-hash: "2b9cd21c24a687ca4dc6d0a191942b13903eae82"