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}
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.2.1-502/merlin-5.2.1-502.tbz"
30 checksum: [
31 "sha256=5c02dc71b2d31b619851c14a965b91c650a4dbcd49bf56004eee61e0c58d584c"
32 "sha512=abf82c906759c8547437664ab5db67b839bbad185fa2541b28e4e07137fdf3824736dae859f0d35bd9a3950633c81a69fd0a1a0e2393ead43822afc66d1aaf3d"
33 ]
34}
35x-commit-hash: "0eaccc1b8520d605b1e00685e1c3f8acb5da534c"