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" 22url { 23 src: 24 "https://github.com/let-def/merlin-extend/releases/download/v0.6.1/merlin-extend-0.6.1.tbz" 25 checksum: [ 26 "sha256=5ec84b355ddb2d129a5948b132bfacc93adcbde2158c7de695f7bfc3650bead7" 27 "sha512=631fc96aab2f35e12a078c9b4907ca7b0db9f1e3a4026040e6c23b82e0171c256a89fb5d4c887f1d156eb9e3152783cdf7a546b2496051007a1bcf5777417396" 28 ] 29} 30x-commit-hash: "cf2707bbe8e034c6ecf5d0fecd3fd889f6ab14bf"