forked from ocaml-ppx/ocamlformat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathocamlformat_diff.opam
30 lines (29 loc) · 1.48 KB
/
ocamlformat_diff.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
######################################################################
# #
# OCamlFormat #
# #
# Copyright (c) 2019-present, Facebook, Inc. All rights reserved. #
# #
# This source code is licensed under the MIT license found in the #
# LICENSE file in the root directory of this source tree. #
# #
######################################################################
opam-version: "2.0"
maintainer: "OCamlFormat Team <[email protected]>"
authors: "Guillaume Petiot <[email protected]>"
homepage: "https://github.com/ocaml-ppx/ocamlformat"
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
url { archive: "https://github.com/ocaml-ppx/ocamlformat/archive/%%VERSION%%.tar.gz" }
license: "MIT"
build: [
["dune" "build" "-p" "tools/ocamlformat-diff/ocamlformat_diff.exe" "-j" jobs]
]
depends: [
"bos"
"cmdliner"
"dune" {build & >= "1.1.1"}
"ocamlformat"
]
synopsis: "OCamlFormat diff tool"
description: "OCamlFormat-Diff is a tool that uses OCamlFormat to apply the same formatting to compared OCaml files, so that the formatting differences between the two files are not displayed."