opam-version: "2.0" maintainer: "OCamlFormat Team " authors: "Josh Berdine " homepage: "https://github.com/ocaml-ppx/ocamlformat" bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" url { src: "https://github.com/ocaml-ppx/ocamlformat/archive/0.9.1.tar.gz" checksum: [ "md5=5f528fcf4a4544769ede57f57a4aebec" "sha512=7b663311b9849394e12f258d027a285f7b04bb5ab8d8b93600526cef5663c21e02475c2028896aebfa78674b7fecb4e3e5e11c5b0bccabb7f43605513b40618d" ] } license: "MIT" build: [ ["ocaml" "tools/gen_version.ml" "src/Version.ml" version] {pinned} ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.06" & < "4.11"} "base" {>= "v0.11.0" & < "v0.14"} "base-unix" "cmdliner" "cmdliner" {with-test & < "1.1.0"} "dune" {>= "1.1.1"} "dune" {with-test & < "3.0"} "fpath" "ocaml-migrate-parsetree" {>= "1.0.10" & < "2.0.0"} "octavius" {>= "1.2.0"} "stdio" {< "v0.14"} "uutf" ] synopsis: "Auto-formatter for OCaml code" description: "OCamlFormat is a tool to automatically format OCaml code in a uniform style."