this repo has no description
1opam-version: "2.0" 2synopsis: "A CLI to format an ocaml codebase" 3maintainer: "davidwong.crypto@gmail.com" 4authors: "davidwong.crypto@gmail.com" 5license: "Apache-2.0" 6homepage: "https://github.com/mimoo/fromager" 7bug-reports: "davidwong.crypto@gmail.com" 8depends: [ 9 "ocaml" {>= "4.08"} 10 "dune" {>= "2.8"} 11 "otoml" {>= "0.9.3"} 12 "core" {>= "v0.12.4" & < "v0.15"} 13 "ocamlformat" 14] 15build: ["dune" "build" "-p" name "-j" jobs] 16dev-repo: "git+https://github.com/mimoo/fromager.git" 17url { 18 src: 19 "https://github.com/mimoo/fromager/releases/download/0.5.0/fromager-0.5.0.tbz" 20 checksum: [ 21 "sha256=95a6fd40d040b6de00079f1f0f2080ef919e95f6008e63c1df2b3dcc65ded654" 22 "sha512=4f14ad769cec82c99bf724cdd8a0021c858df20c30b3303ca78b510f1620cf63313971f80a788fe445da0f65b5f61b2f113286ba8b0750f165108556caaae780" 23 ] 24} 25x-commit-hash: "30db1c516d0e4b673e6d5f3c408590558cbec053"