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" & < "5.0"} 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.3/ocaml-chia-vdf-v0.0.3.tar.gz" 25 checksum: [ 26 "md5=aa2d03ad4dcd08f481c99e67e1c13561" 27 "sha512=b06b1bf5e81a415a2e3d9c9873bc79b08caa28b65b3d2ddd8e76f20a304b2da6b9f33f1245fb41e93e3a8c77c95e47463aeca4e96cd2fc22f7e06a0d58cf6045" 28 ] 29}