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"
7url {
8 src:
9 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.12/ocamlformat-0.12.tbz"
10 checksum: [
11 "sha256=f2b64ff7f5cb9b4e19c6fc4e3f0fbd1747ef09d24848238540e2c27652e928fe"
12 "sha512=1785ec8e7fe5d7f9f4bdd056be612e8ee170dcf4886bea0dde6f58602fa1729579d352e3a15df3229d124dac467b91f32ef900ff30e19a53c42feb1904c8a352"
13 ]
14}
15license: "MIT"
16build: [
17 ["ocaml" "tools/gen_version.mlt" "src/Version.ml" version] {pinned}
18 ["dune" "build" "-p" name "-j" jobs]
19]
20depends: [
21 "ocaml" {>= "4.06" & < "4.11"}
22 "base" {>= "v0.11.0" & < "v0.14"}
23 "base-unix"
24 "cmdliner"
25 "cmdliner" {with-test & < "1.1.0"}
26 "dune" {>= "1.11.1"}
27 "dune" {with-test & < "3.0"}
28 "fpath"
29 "ocaml-migrate-parsetree" {>= "1.3.1" & < "2.0.0"}
30 "odoc" {>= "1.4.2" & < "2.0"}
31 "re" {>= "1.7.2"}
32 "stdio" {< "v0.14"}
33 "uuseg" {>= "10.0.0"}
34 "uutf" {>= "1.0.1"}
35]
36synopsis: "Auto-formatter for OCaml code"
37description: "OCamlFormat is a tool to automatically format OCaml code in a uniform style."