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.14.0/ocamlformat-0.14.0.tbz" 10 checksum: [ 11 "sha256=918baec37429cfbc1b28d74990271f09304fd123a37e5334f514f8f24d070c1c" 12 "sha512=760912f6f89a456d04d17910fe7f071be3dc65e557cfd4b1e256ae6960a8b778be355384563e34c7039ae5ddfdbc4902a0900832b39d8ed4d402eb5aec05b6c8" 13 ] 14} 15license: "MIT" 16build: [ 17 ["ocaml" "tools/gen_version.mlt" "lib/Version.ml" version] {pinned} 18 ["dune" "build" "-p" name "-j" jobs] 19 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 20] 21depends: [ 22 "ocaml" {>= "4.06" & < "4.11"} 23 "alcotest" {with-test} 24 "base" {>= "v0.12.0" & < "v0.14"} 25 "base-unix" 26 "cmdliner" 27 "cmdliner" {with-test & < "1.1.0"} 28 "dune" {>= "2.2.0"} 29 "dune" {with-test & < "3.0"} 30 "fix" 31 "fpath" 32 "menhir" {>= "20181006"} 33 "ocaml-migrate-parsetree" {>= "1.5.0" & < "2.0.0"} 34 "ocp-indent" {with-test} 35 "odoc" {>= "1.4.2" & < "2.0"} 36 "re" {>= "1.7.2"} 37 "stdio" {< "v0.14"} 38 "uuseg" {>= "10.0.0"} 39 "uutf" {>= "1.0.1"} 40] 41synopsis: "Auto-formatter for OCaml code" 42description: "OCamlFormat is a tool to automatically format OCaml code in a uniform style."