this repo has no description
1opam-version: "2.0" 2synopsis: "Auto-formatter for OCaml code" 3description: 4 "OCamlFormat is a tool to automatically format OCaml code in a uniform style." 5maintainer: ["OCamlFormat Team <ocamlformat-team@fb.com>"] 6authors: ["Josh Berdine <jjb@fb.com>"] 7license: "MIT" 8homepage: "https://github.com/ocaml-ppx/ocamlformat" 9bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 10depends: [ 11 "dune" {>= "2.7"} 12 "dune" {with-test & < "3.0"} 13 "ocaml" {>= "4.06" & < "4.13"} 14 "ocaml" {with-test & < "4.12"} 15 "ocaml-version" {>= "3.1.0"} 16 "alcotest" {with-test} 17 "base" {>= "v0.12.0"} 18 "base-unix" 19 "cmdliner" 20 "cmdliner" {with-test & < "1.1.0"} 21 "dune-build-info" 22 "fix" 23 "fpath" 24 "menhir" {>= "20181006"} 25 "ocp-indent" {with-test} 26 "odoc" {>= "1.4.2" & < "2.0.0"} 27 "ppxlib" {>= "0.18.0" & < "0.22.0"} 28 "re" {>= "1.7.2"} 29 "stdio" 30 "uuseg" {>= "10.0.0"} 31 "uutf" {>= "1.0.1"} 32] 33build: [ 34 ["dune" "subst"] {dev} 35 [ 36 "dune" 37 "build" 38 "-p" 39 name 40 "-j" 41 jobs 42 "@install" 43 "@runtest" {with-test} 44 "@doc" {with-doc} 45 ] 46] 47dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" 48x-commit-hash: "101d2306f5b0b23bbc25e1155c1ffd51a0bbf61e" 49url { 50 src: 51 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.16.0/ocamlformat-0.16.0.tbz" 52 checksum: [ 53 "sha256=b912c62b9b298a97016da09fc669c7fa9738ad4657a24d0260920205f9de92ef" 54 "sha512=318e2d84dfa38a4495084786464e07a56f1aff1aa6c5df126ec763c4be0934729d018a289a78c48c5751c9e8fa2d64e98996fb46a464fd6f8b9a2fd1367459c3" 55 ] 56}