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: [ 6 "Clément Pascutto <clement@pascutto.fr>" 7 "Mattias Roux <mattias@tarides.com>" 8 "Thomas Gazagnaire <thomas@tarides.com>" 9] 10license: "MIT" 11homepage: "https://github.com/tarides/tezos-context-hash" 12bug-reports: "https://github.com/tarides/tezos-context-hash/issues" 13depends: [ 14 "dune" {>= "2.6"} 15 "tezos-context-hash" 16 "irmin" {>= "2.7.0" & < "2.7.2"} 17 "cmdliner" 18 "fmt" 19 "yojson" 20 "irmin-pack" 21 "ppx_irmin" 22] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 ] 34] 35dev-repo: "git+https://github.com/tarides/tezos-context-hash.git" 36url { 37 src: 38 "https://github.com/tarides/tezos-context-hash/releases/download/1.0.0/tezos-context-hash-irmin-1.0.0.tbz" 39 checksum: [ 40 "sha256=00bd31b1e360d9124a28fd33512a569b77afea106fc0fbeb59c5521fc5023d4a" 41 "sha512=211f978e7385d7fd2e753aa44df4d711e41baade3f6c6c820feaab3a255fb338b1975c9c2a4b68de3d24297f6a8ed650a0927a08092e70f2c1140710863325a2" 42 ] 43} 44x-commit-hash: "fb576cc84d7a2b5ede965627c5a5206d6966cc74"