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"} "dune" {>= "3.3"} "dune-configurator" "zarith" {>= "1.10" & < "2.0"} "alcotest" {with-test} "bisect_ppx" {with-test & >= "2.5"} "conf-gmp" "conf-g++" "conf-pkg-config" "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.4/ocaml-chia-vdf-v0.0.4.tar.gz" checksum: [ "md5=9dedb6584bf23877136c328703d47532" "sha512=265f4c76fe995524260bff055347a9bb40cce9b5adf0f0222fd71a0cce29d51fe1fbac7b961577b6d28e16c8aa4630805c6365924e6fc0d06c4d07c84d2c6c78" ] }