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.3" & <"5.4"}
14 "dune" {>= "3.0.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/v5.4.1-503/merlin-5.4.1-503.tbz"
30 checksum: [
31 "sha256=49b3b4c778c12125fc7405e73790b0b312d5d79749dd73d4838b6562a2533022"
32 "sha512=6350ff076ac61727c48bc098a05520c5d343f3323b2f3b6d7d69fdd568e51abca6945cbcbc3a6ae97fd198bd7bbdcae823fbd0f3f14a37972fe713da2ed14f2d"
33 ]
34}
35x-commit-hash: "86b4b261b950e409791a42815e4ede601c6be92d"
36x-maintenance-intent: [ "(latest)" ]