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" {>= "3.3"} 11 "dune-configurator" 12 "zarith" {>= "1.10" & < "2.0"} 13 "alcotest" {with-test} 14 "bisect_ppx" {with-test & >= "2.5"} 15 "conf-gmp" 16 "conf-g++" 17 "conf-pkg-config" 18 "integers" 19] 20available: arch != "arm32" & arch != "x86_32" 21build: ["dune" "build" "-j" jobs "-p" name "@install"] 22run-test: ["dune" "runtest" "-p" name "-j" jobs] 23dev-repo: "git+https://gitlab.com/nomadic-labs/tezos" 24url { 25 src: 26 "https://gitlab.com/nomadic-labs/cryptography/ocaml-chia-vdf/-/archive/v0.0.4/ocaml-chia-vdf-v0.0.4.tar.gz" 27 checksum: [ 28 "md5=9dedb6584bf23877136c328703d47532" 29 "sha512=265f4c76fe995524260bff055347a9bb40cce9b5adf0f0222fd71a0cce29d51fe1fbac7b961577b6d28e16c8aa4630805c6365924e6fc0d06c4d07c84d2c6c78" 30 ] 31}