this repo has no description
1opam-version: "2.0"
2synopsis: "Irmin implementation of the Tezos context hash specification"
3description: "Irmin implementation of the Tezos context hash specification"
4maintainer: "Tarides <contact@tarides.com>"
5authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"]
6license: "ISC"
7homepage: "https://github.com/mirage/irmin"
8bug-reports: "https://github.com/mirage/irmin/issues"
9depends: [
10 "dune" {>= "2.9.0"}
11 "irmin" {>= version}
12 "irmin-pack" {= version}
13 "ppx_irmin" {= version}
14 "tezos-base58"
15 "digestif" {>= "0.7"}
16 "cmdliner" {< "1.1.0"}
17 "fmt"
18 "yojson"
19 "alcotest" {with-test}
20 "hex" {with-test & >= "1.4.0"}
21 "fpath" {with-test}
22 "irmin-test" {with-test & = version}
23]
24build: [
25 ["dune" "subst"] {dev}
26 ["dune" "build" "-p" name "-j" jobs "@runtest" {with-test}]
27]
28dev-repo: "git+https://github.com/mirage/irmin.git"
29url {
30 src:
31 "https://github.com/mirage/irmin/releases/download/3.0.0/irmin-3.0.0.tbz"
32 checksum: [
33 "sha256=4df659f3871aaca6888c19cbe54ad939f8edb9392f2ac4cc60e071c42cc1503f"
34 "sha512=09ee611dece25f0c0844d0844edd8a6c827bfd535c5c6a0798364319bdec96b6a0fe19ccd56d8bd303b5ddad3f0f03df8d2a38c8382d50312e92f2901ae4d1c4"
35 ]
36}
37x-commit-hash: "2bedb02327cd3f05def9a67d7bbf74a0a574bf8f"