Skip to content

Commit

Permalink
[new release] merge-fmt (0.3)
Browse files Browse the repository at this point in the history
CHANGES:

- Add support of dune formatter. (hhugo/merge-fmt#3)
  • Loading branch information
Hugo Heuzard committed Feb 18, 2023
1 parent 0fd96b9 commit 37e795a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions packages/merge-fmt/merge-fmt.0.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
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" {>= "1.1.0"}
"base"
"stdio"
"ppx_expect" { with-test }
"core_unix" { with-test }
"ocamlformat" { = "0.24.1" & with-test }
]

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.3/merge-fmt-0.3.tbz"
checksum: [
"sha256=17e76cd13a1670a0f8349537c984955b80779b62c19e147ee105530ceefdab5e"
"sha512=66f56ae2d888fa6997754bbcee71a19d65fb51abf4b5b6240a252795cc0866487ad87199c79b699ff84f7150ee5dcc76dad3f427e94d25172fd4a5967c9c23aa"
]
}
x-commit-hash: "ddcddd85cbf1a596ad1759163ae2eb75673924f5"

0 comments on commit 37e795a

Please sign in to comment.