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"
14 "cppo" {build & >= "1.1.0"}
15 "ocaml" {>= "4.02.3" & < "4.11"}
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"
22url {
23 src: "https://github.com/let-def/merlin-extend/archive/v0.4.tar.gz"
24 checksum: [
25 "md5=0663a58f2c45fad71615fbf0f6dd2e51"
26 "sha512=9c0f966f57756c06622fdb8ae1e0721bc098b8a9102fb87c22ad62cb52ece77e7447da2f200993f313273ea0b7c40cd889244407813167bd0d572293f02e0968"
27 ]
28}