this repo has no description
1opam-version: "2.0"
2maintainer: "Frederic Bour <frederic.bour@lakaban.net>"
3authors: "Frederic Bour <frederic.bour@lakaban.net>"
4homepage: "https://github.com/let-def/merlin-extend"
5bug-reports: "https://github.com/let-def/merlin-extend"
6license: "MIT"
7dev-repo: "git+https://github.com/let-def/merlin-extend.git"
8build: [
9 ["dune" "subst"] {dev}
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "dune" {>= "1.0"}
14 "cppo" {build & >= "1.1.0"}
15 "ocaml" {>= "4.02.3" & < "5.3"}
16]
17synopsis: "A protocol to provide custom frontend to Merlin"
18description: """
19This protocol allows to replace the OCaml frontend of Merlin.
20It extends what used to be done with the `-pp' flag to handle a few more cases."""
21doc: "https://let-def.github.io/merlin-extend"
22x-commit-hash: "640620568a5f5c7798239ecf7c707c813e3df3cf"
23url {
24 src:
25 "https://github.com/let-def/merlin-extend/releases/download/v0.6/merlin-extend-v0.6.tbz"
26 checksum: [
27 "sha256=c2f236ae97feb6ba0bc90f33beb7b7343e42f9871b66de9ba07974917e256c43"
28 "sha512=4c64a490e2ece04fc89aef679c1d9202175df4fe045b5fdc7a37cd7cebe861226fddd9648c1bf4f06175ecfcd2ed7686c96bd6a8cae003a5096f6134c240f857"
29 ]
30}