this repo has no description
1opam-version: "2.0" 2maintainer: "hugo.heuzard@gmail.com" 3authors: "Hugo Heuzard" 4homepage: "https://github.com/hhugo/merge-fmt" 5doc: "https://hhugo.github.io/merge-fmt/" 6bug-reports: "https://github.com/hhugo/merge-fmt/issues" 7dev-repo: "git+https://github.com/hhugo/merge-fmt.git" 8 9build: [["dune" "build" "-p" name "-j" jobs]] 10 11depends: [ 12 "ocaml" {>= "4.06.1"} 13 "dune" {>= "1.6"} 14 "cmdliner" 15 "base" {< "v0.17"} 16 "stdio" 17] 18 19synopsis: "Git mergetool leveraging code formatters" 20description: """ 21`merge-fmt` is a small wrapper on top git commands to help resolve conflicts by leveraging code formatters. 22""" 23url { 24 src: 25 "https://github.com/hhugo/merge-fmt/releases/download/0.2/merge-fmt-0.2.tbz" 26 checksum: [ 27 "sha256=c858a8480620c8f9a07c0476872b02cdc8457fef1041635a907509468b05604d" 28 "sha512=29f04667359810e90ac663d7f53b5545f82fd2122f4e6962be4718ae56dc520e2208e99d51ac422f87245a74de3e006fe00bdc37fceadc618260be3eec0733ed" 29 ] 30}