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.9.1.tar.gz" 9 checksum: [ 10 "md5=5f528fcf4a4544769ede57f57a4aebec" 11 "sha512=7b663311b9849394e12f258d027a285f7b04bb5ab8d8b93600526cef5663c21e02475c2028896aebfa78674b7fecb4e3e5e11c5b0bccabb7f43605513b40618d" 12 ] 13} 14license: "MIT" 15build: [ 16 ["ocaml" "tools/gen_version.ml" "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 "cmdliner" 24 "cmdliner" {with-test & < "1.1.0"} 25 "dune" {>= "1.1.1"} 26 "dune" {with-test & < "3.0"} 27 "fpath" 28 "ocaml-migrate-parsetree" {>= "1.0.10" & < "2.0.0"} 29 "octavius" {>= "1.2.0"} 30 "stdio" {< "v0.14"} 31 "uutf" 32] 33synopsis: "Auto-formatter for OCaml code" 34description: "OCamlFormat is a tool to automatically format OCaml code in a uniform style."