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 "ocaml" {>= "4.14.0"} 11 "dune" {>= "3.4"} 12 "core" 13 "ppx_jane" 14 "fmt" {>= "0.8.7"} 15 "dedent" 16 "iter" 17 "core_unix" 18 "uutf" 19 "ppx_optcomp" 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://github.com/johnyob/grace.git" 37url { 38 src: 39 "https://github.com/johnyob/grace/releases/download/0.2.0/grace-0.2.0.tbz" 40 checksum: [ 41 "sha256=821df54882c9253eac69f47bcf3a71ffdc61c77fdae42587c32aada5b56cfeae" 42 "sha512=007afa83251da3ddecd874e120ea89dce0253c387a64a5fece69069d3486ec5eb6c82d6bf0febaf23dd322bd9eaadc2f7882e33f05a2e1fa18a41294e7dc3ba1" 43 ] 44} 45x-commit-hash: "d15a6d7d07a2551d1a9934fa79c2cf84c918f990"