opam-version: "2.0" synopsis: "Verifiable Delay Functions bindings to Chia's VDF" maintainer: "Nomadic Labs " authors: "Nomadic Labs " license: "MIT" homepage: "https://gitlab.com/nomadic-labs/tezos" bug-reports: "https://gitlab.com/nomadic-labs/tezos/issues" depends: [ "ocaml" {>= "4.08" & < "5.0"} "dune" {>= "2.8.4"} "zarith" {>= "1.10" & < "2.0"} "alcotest" {with-test} "bisect_ppx" {with-test & >= "2.5"} "conf-gmp" "conf-g++" "integers" ] available: arch != "arm32" & arch != "x86_32" build: ["dune" "build" "-j" jobs "-p" name "@install"] run-test: ["dune" "runtest" "-p" name "-j" jobs] dev-repo: "git+https://gitlab.com/nomadic-labs/tezos" url { src: "https://gitlab.com/nomadic-labs/cryptography/ocaml-chia-vdf/-/archive/v0.0.3/ocaml-chia-vdf-v0.0.3.tar.gz" checksum: [ "md5=aa2d03ad4dcd08f481c99e67e1c13561" "sha512=b06b1bf5e81a415a2e3d9c9873bc79b08caa28b65b3d2ddd8e76f20a304b2da6b9f33f1245fb41e93e3a8c77c95e47463aeca4e96cd2fc22f7e06a0d58cf6045" ] }