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"
8license: "MIT"
9
10build: [["dune" "build" "-p" name "-j" jobs]]
11
12depends: [
13 "ocaml" {>= "4.06.1"}
14 "dune" {>= "1.6"}
15 "cmdliner" {>= "1.1.0"}
16 "base" {< "v0.17"}
17 "stdio"
18 "ppx_expect" { with-test }
19 "core_unix" { with-test }
20 "ocamlformat" { = "0.24.1" & with-test }
21]
22
23synopsis: "Git mergetool leveraging code formatters"
24description: """
25`merge-fmt` is a small wrapper on top git commands to help resolve conflicts by leveraging code formatters.
26"""
27url {
28 src:
29 "https://github.com/hhugo/merge-fmt/releases/download/0.3/merge-fmt-0.3.tbz"
30 checksum: [
31 "sha256=17e76cd13a1670a0f8349537c984955b80779b62c19e147ee105530ceefdab5e"
32 "sha512=66f56ae2d888fa6997754bbcee71a19d65fb51abf4b5b6240a252795cc0866487ad87199c79b699ff84f7150ee5dcc76dad3f427e94d25172fd4a5967c9c23aa"
33 ]
34}
35x-commit-hash: "ddcddd85cbf1a596ad1759163ae2eb75673924f5"