this repo has no description
1opam-version: "2.0"
2maintainer: "OCamlFormat Team <ocamlformat-team@fb.com>"
3authors: "Josh Berdine <jjb@fb.com>"
4homepage: "https://github.com/ocaml-ppx/ocamlformat"
5bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
6dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
7license: "MIT"
8build: [
9 ["ocaml" "tools/gen_version.mlt" "lib/Version.ml" version] {pinned}
10 ["dune" "build" "-p" name "-j" jobs]
11 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
12]
13depends: [
14 "ocaml" {>= "4.06" & < "4.12"}
15 "alcotest" {with-test}
16 "base" {>= "v0.12.0"}
17 "base-unix"
18 "cmdliner"
19 "cmdliner" {with-test & < "1.1.0"}
20 "dune" {>= "2.2.0"}
21 "dune" {with-test & < "3.0"}
22 "fix"
23 "fpath"
24 "menhir" {>= "20181006"}
25 "ocaml-migrate-parsetree" {>= "1.7.3" & < "2.0.0"}
26 "ocp-indent" {with-test}
27 "odoc" {>= "1.4.2" & < "2.0.0"}
28 "re" {>= "1.7.2"}
29 "stdio"
30 "uuseg" {>= "10.0.0"}
31 "uutf" {>= "1.0.1"}
32]
33synopsis: "Auto-formatter for OCaml code"
34description: "OCamlFormat is a tool to automatically format OCaml code in a uniform style."
35x-commit-hash: "e9e70f4d3aea202ec8ea4afd7ccb828b36822799"
36url {
37 src:
38 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.15.0/ocamlformat-0.15.0.tbz"
39 checksum: [
40 "sha256=263b4a8907e1b820ae0c1db55183ac3a44c4eaa05e8f1a144baa1a9bcadf2005"
41 "sha512=2bc0b826567fa71201031a730568b822938c66c56da47b05b8896b68439da3d0a8b9bc552fa5cacab95bf9192a1b6e583655fd90095aa686daa91cd2bdf4725a"
42 ]
43}