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.15"}
  "stdio" {< "v0.15"}
]

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: "md5=c9d91ece7d70f1335945d97cd0be13e3"
}
