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" 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 "@install" "@runtest" {with-test & arch != "arm32" & arch != "x86_32"}] 27 28] 29dev-repo: "git+https://github.com/mirage/irmin.git" 30url { 31 src: 32 "https://github.com/mirage/irmin/releases/download/3.7.1/irmin-3.7.1.tbz" 33 checksum: [ 34 "sha256=8d1a49318bda711ed44d9ea27ecd044b1d650390633d5b08f76590689c22056f" 35 "sha512=2995e6acc53dee2c59bf473c7c16c74daebfa193df552ec83ffe88fe598e26d4d8ff5da4f0cd575adaa49efa4b317d74f2c814c1b5601bed3833d76f377b6da7" 36 ] 37} 38x-commit-hash: "6851cbac9d10ffc4f77cdc8ad40df82ba9f1ac5a"