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.07"} 10 "dune" {>= "2.8"} 11 "toml" {>= "7.0"} 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" 17x-commit-hash: "ace45b14dc592d244c30de4dbe553e99685f9009" 18url { 19 src: 20 "https://github.com/mimoo/fromager/releases/download/0.4.0/fromager-0.4.0.tbz" 21 checksum: [ 22 "sha256=267f2a741cb068ddbf23de9f7f288fa24d42a6a4870acf0b0f26653da50e6abe" 23 "sha512=081d50123ae2459fa70904db00c62e04e0bc464e4b2c9b781cd3f5862f09ed0af5954ecc42418da2b9aff8d0e407b20e608e16b38c8081997f5342109e2a83a6" 24 ] 25}