this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26766 from let-def/release-merlin-extend-v0.6.2

[new release] merlin-extend (0.6.2)

authored by

Marcello Seri and committed by
GitHub
2659e073 10cdcdfd

+30
+30
packages/merlin-extend/merlin-extend.0.6.2/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Frederic Bour <frederic.bour@lakaban.net>" 3 + authors: "Frederic Bour <frederic.bour@lakaban.net>" 4 + homepage: "https://github.com/let-def/merlin-extend" 5 + bug-reports: "https://github.com/let-def/merlin-extend" 6 + license: "MIT" 7 + dev-repo: "git+https://github.com/let-def/merlin-extend.git" 8 + build: [ 9 + ["dune" "subst"] {dev} 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ] 12 + depends: [ 13 + "dune" {>= "1.0"} 14 + "cppo" {build & >= "1.1.0"} 15 + "ocaml" {>= "4.02.3"} 16 + ] 17 + synopsis: "A protocol to provide custom frontend to Merlin" 18 + description: """ 19 + This protocol allows to replace the OCaml frontend of Merlin. 20 + It extends what used to be done with the `-pp' flag to handle a few more cases.""" 21 + doc: "https://let-def.github.io/merlin-extend" 22 + url { 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 + } 30 + x-commit-hash: "098988ee19502645cf039b41027ec4f5e89197ab"