this repo has no description

[new release] grace (0.1.0)

CHANGES:

Initial release 🎉

johnyob c942b04d cbef5a5f

Changed files
+42
packages
grace
grace.0.1.0
+42
packages/grace/grace.0.1.0/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"A fancy diagnostics library that allows your compilers to exit with grace"
+
maintainer: ["alistair.obrien@trili.tech"]
+
authors: ["Alistair O'Brien"]
+
license: "MIT"
+
homepage: "https://github.com/johnyob/grace"
+
bug-reports: "https://github.com/johnyob/grace/issues"
+
depends: [
+
"dune" {>= "3.4"}
+
"core"
+
"ppx_jane"
+
"fmt" {>= "0.8.7"}
+
"dedent"
+
"iter"
+
"core_unix"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/johnyob/grace.git"
+
url {
+
src:
+
"https://github.com/johnyob/grace/releases/download/0.1.0/grace-0.1.0.tbz"
+
checksum: [
+
"sha256=19576d3f32e4a69c7ebad26a801b568a2e3bff24a0e4d5ddf3b8bf4eac479d4c"
+
"sha512=436db3699126eec797da1be9f530759547804cc081ed365a75ba8ae9b053c05999ae820d294dd20f6a68e0712084579c585105a3855d71b459efc1367172bd66"
+
]
+
}
+
x-commit-hash: "bbad41765f1685c20dea5209de4b93b0b328348f"