this repo has no description
1opam-version: "2.0" 2synopsis: "Verifiable Delay Functions bindings to Chia's VDF" 3maintainer: "Nomadic Labs <contact@nomadic-labs.com>" 4authors: "Nomadic Labs <contact@nomadic-labs.com>" 5license: "MIT" 6homepage: "https://gitlab.com/nomadic-labs/tezos" 7bug-reports: "https://gitlab.com/nomadic-labs/tezos/issues" 8depends: [ 9 "ocaml" {>= "4.08"} 10 "dune" {>= "2.8.4"} 11 "zarith" {>= "1.10" & < "2.0"} 12 "alcotest" {with-test} 13 "bisect_ppx" {with-test & >= "2.5"} 14 "conf-gmp" 15 "conf-g++" 16 "integers" 17] 18available: arch != "arm32" & arch != "x86_32" 19build: ["dune" "build" "-j" jobs "-p" name "@install"] 20run-test: ["dune" "runtest" "-p" name "-j" jobs] 21dev-repo: "git+https://gitlab.com/nomadic-labs/tezos" 22url { 23 src: 24 "https://gitlab.com/nomadic-labs/cryptography/ocaml-chia-vdf/-/archive/v0.0.2/ocaml-chia-vdf-v0.0.2.tar.gz" 25 checksum: [ 26 "md5=2b20dfd020ad9a287f23c9435e5749ed" 27 "sha512=bdf7dfa2b0a1c489949388eeba4fef10bffca972b7329765c2739458cae63cc575095a576b59cdd2b4acae25d6647f6dcdb47b53dc54e603a3406990d51163cf" 28 ] 29}