opam-version: "2.0" maintainer: "hugo.heuzard@gmail.com" authors: "Hugo Heuzard" homepage: "https://github.com/hhugo/merge-fmt" doc: "https://hhugo.github.io/merge-fmt/" bug-reports: "https://github.com/hhugo/merge-fmt/issues" dev-repo: "git+https://github.com/hhugo/merge-fmt.git" build: [["dune" "build" "-p" name "-j" jobs]] depends: [ "ocaml" {>= "4.06.1"} "dune" {>= "1.6"} "cmdliner" "base" {< "v0.17"} "stdio" ] synopsis: "Git mergetool leveraging code formatters" description: """ `merge-fmt` is a small wrapper on top git commands to help resolve conflicts by leveraging code formatters. """ url { src: "https://github.com/hhugo/merge-fmt/releases/download/0.1/merge-fmt-0.1.tbz" checksum: [ "sha256=cf22d746e112b03f0b621eca838bb92f6882cc8e400447c874e4bfce103d097a" "md5=c9d91ece7d70f1335945d97cd0be13e3" ] }