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" & < "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:
24 "https://github.com/let-def/merlin-extend/releases/download/v0.5/merlin-extend-v0.5.tbz"
25 checksum: [
26 "sha256=ca3a38c360c7d4827eb4789abf7a6aa4b6e3b4e3c3ef69a5be64dce4601ec227"
27 "sha512=55c5a3637337abb8ca8db679128a81ca8ccce567bc214d55b2e6444dc0e905b74c64d629bdea2457d0fe4be5306414feefcdbc4d4761fdafd59aa107550936b6"
28 ]
29}