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.13.0/ocamlformat-0.13.0-2.tbz" 10 checksum: [ 11 "sha256=b84b694ef7c957bc05f938c98c687da77645cddab1c5ec6ae270f6113175224e" 12 "sha512=88d0c4c1746c08f3bd34a0d1e1e34dda1496d1d96f613e2523923ce7d9e9e31b0e5cc7ab7f6634d04ea6354aa777972a248b9c7bc4f817b4ad357277e4da781e" 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 "ocaml" {with-test & >= "4.08" & < "5.2"} 24 "alcotest" {with-test} 25 "base" {>= "v0.12.0" & < "v0.14"} 26 "base-unix" 27 "cmdliner" 28 "cmdliner" {with-test & < "1.1.0"} 29 "dune" {>= "1.11.1"} 30 "dune" {with-test & < "3.0"} 31 "fpath" 32 "ocaml-migrate-parsetree" {>= "1.3.1" & < "2.0.0"} 33 "ocp-indent" {with-test} 34 "odoc" {>= "1.4.2" & < "2.0"} 35 "re" {>= "1.7.2"} 36 "stdio" {< "v0.14"} 37 "uuseg" {>= "10.0.0"} 38 "uutf" {>= "1.0.1"} 39] 40synopsis: "Auto-formatter for OCaml code" 41description: "OCamlFormat is a tool to automatically format OCaml code in a uniform style."