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" 7license: "MIT" 8build: [ 9 ["ocaml" "tools/gen_version.mlt" "lib/Version.ml" version] {pinned} 10 ["dune" "build" "-p" name "-j" jobs] 11 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 12] 13depends: [ 14 "ocaml" {>= "4.06" & < "4.11"} 15 "alcotest" {with-test} 16 "base" {>= "v0.12.0" & < "v0.14"} 17 "base-unix" 18 "cmdliner" 19 "cmdliner" {with-test & < "1.1.0"} 20 "dune" {>= "2.2.0"} 21 "dune" {with-test & < "3.0"} 22 "fix" 23 "fpath" 24 "menhir" {>= "20181006"} 25 "ocaml-migrate-parsetree" {>= "1.5.0" & < "2.0.0"} 26 "ocp-indent" {with-test} 27 "odoc" {>= "1.4.2" & < "2.0"} 28 "re" {>= "1.7.2"} 29 "stdio" {< "v0.14"} 30 "uuseg" {>= "10.0.0"} 31 "uutf" {>= "1.0.1"} 32] 33synopsis: "Auto-formatter for OCaml code" 34description: "OCamlFormat is a tool to automatically format OCaml code in a uniform style." 35url { 36 src: 37 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.14.2/ocamlformat-0.14.2.tbz" 38 checksum: [ 39 "sha256=5f9f7ac312a8f62315e25536f87601efc7788114a4a1eacc0507acf474f8f09a" 40 "sha512=9f526031c2225b2d3d21c1f241517b9fb87752570645df587bace7afaa5e0e60922f873843343349a2f8f80d1d3e061ce23ee5199fa61a709b877c328a6f7729" 41 ] 42}