this repo has no description
1opam-version: "2.0" 2synopsis: "Specification of the Tezos context hash" 3description: """ 4This package contains the specification of the Tezos context hash 5as well as generators of datasets useful to verify that an implementation 6complies with the specification. 7""" 8maintainer: ["Tarides <contact@tarides.com>"] 9authors: [ 10 "Clément Pascutto <clement@pascutto.fr>" 11 "Mattias Roux <mattias@tarides.com>" 12 "Thomas Gazagnaire <thomas@tarides.com>" 13] 14license: "MIT" 15homepage: "https://github.com/tarides/tezos-context-hash" 16bug-reports: "https://github.com/tarides/tezos-context-hash/issues" 17depends: [ 18 "dune" {>= "2.6"} 19 "digestif" {>= "0.9.0"} 20 "fmt" {>= "0.8.7"} 21 "repr" {>= "0.2.0" & < "0.5.0"} 22 "zarith" 23] 24build: [ 25 ["dune" "subst"] {dev} 26 [ 27 "dune" 28 "build" 29 "-p" 30 name 31 "-j" 32 jobs 33 "@install" 34 "@doc" {with-doc} 35 ] 36] 37dev-repo: "git+https://github.com/tarides/tezos-context-hash.git" 38url { 39 src: 40 "https://github.com/tarides/tezos-context-hash/releases/download/1.0.0/tezos-context-hash-irmin-1.0.0.tbz" 41 checksum: [ 42 "sha256=00bd31b1e360d9124a28fd33512a569b77afea106fc0fbeb59c5521fc5023d4a" 43 "sha512=211f978e7385d7fd2e753aa44df4d711e41baade3f6c6c820feaab3a255fb338b1975c9c2a4b68de3d24297f6a8ed650a0927a08092e70f2c1140710863325a2" 44 ] 45} 46x-commit-hash: "fb576cc84d7a2b5ede965627c5a5206d6966cc74"