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: "https://github.com/ocaml-ppx/ocamlformat/archive/0.11.0.tar.gz" 9 checksum: [ 10 "md5=e45a7f2090ad609b9ec1d4391922365e" 11 "sha512=5db2601b0c2a47c1f597519d21ba8a0ad07d2b7426b8a6996491c5301290a445cbe92be24d85bc9e4bc9f3a4bdd4ebe79f398863f9da29b3ba8dc2456f764210" 12 ] 13} 14license: "MIT" 15build: [ 16 ["ocaml" "tools/gen_version.mlt" "src/Version.ml" version] {pinned} 17 ["dune" "build" "-p" name "-j" jobs] 18] 19depends: [ 20 "ocaml" {>= "4.06" & < "4.11"} 21 "base" {>= "v0.11.0" & < "v0.14"} 22 "base-unix" 23 "bisect_ppx" 24 "cmdliner" 25 "cmdliner" {with-test & < "1.1.0"} 26 "dune" {>= "1.1.1"} 27 "dune" {with-test & < "3.0"} 28 "fpath" 29 "ocaml-migrate-parsetree" {>= "1.3.1" & < "2.0.0"} 30 "odoc" {>= "1.4.1" & < "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."