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"} 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.2/merlin-extend-0.6.2.tbz" 25 checksum: [ 26 "sha256=47558e7f30b64462f2b9c82fb7f787133acfa0d5132452b6ad7848e0b0f4d779" 27 "sha512=50696cb2099b84d4a5497fb778c969ca446e5639a91bcde6e2177588fbf72fe4f7a3c27b62384292ad873291719c5893673f1acce4755e81b5e05f9fd3e45b65" 28 ] 29} 30x-commit-hash: "098988ee19502645cf039b41027ec4f5e89197ab"