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.1/merge-fmt-0.1.tbz"
26 checksum: [
27 "sha256=cf22d746e112b03f0b621eca838bb92f6882cc8e400447c874e4bfce103d097a"
28 "md5=c9d91ece7d70f1335945d97cd0be13e3"
29 ]
30}