this repo has no description
1opam-version: "2.0" 2synopsis: 3 "A fancy diagnostics library that allows your compilers to exit with grace" 4maintainer: ["alistair.obrien@trili.tech"] 5authors: ["Alistair O'Brien"] 6license: "MIT" 7homepage: "https://github.com/johnyob/grace" 8bug-reports: "https://github.com/johnyob/grace/issues" 9depends: [ 10 "dune" {>= "3.4"} 11 "core" 12 "ppx_jane" 13 "fmt" {>= "0.8.7"} 14 "dedent" 15 "iter" 16 "core_unix" 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/johnyob/grace.git" 34url { 35 src: 36 "https://github.com/johnyob/grace/releases/download/0.1.0/grace-0.1.0.tbz" 37 checksum: [ 38 "sha256=19576d3f32e4a69c7ebad26a801b568a2e3bff24a0e4d5ddf3b8bf4eac479d4c" 39 "sha512=436db3699126eec797da1be9f530759547804cc081ed365a75ba8ae9b053c05999ae820d294dd20f6a68e0712084579c585105a3855d71b459efc1367172bd66" 40 ] 41} 42x-commit-hash: "bbad41765f1685c20dea5209de4b93b0b328348f"