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.10.tar.gz" 9 checksum: [ 10 "md5=7f3531e0cd326c7f33d365eb99916a7b" 11 "sha512=6577a13658a9f6f33cb6470d31c6366feea6efb54ddaf2a3407fdb6d0878a369409e50092ef26bf65fd52ddd715ae658c33954e21d1cb3fd4d580e04fe8b0f86" 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 "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.3.1" & < "2.0.0"} 29 "octavius" {>= "1.2.0"} 30 "stdio" {< "v0.14"} 31 "uuseg" {>= "10.0.0"} 32 "uutf" {>= "1.0.1"} 33] 34synopsis: "Auto-formatter for OCaml code" 35description: "OCamlFormat is a tool to automatically format OCaml code in a uniform style."