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.1/ocaml-chia-vdf-v0.0.1.tar.gz" 25 checksum: [ 26 "md5=9b61fc1b25d2e8a28c17c61a8bbcae1a" 27 "sha512=7beef997574f3c46e0bbfc9fab1cf1265abc6acc83e204f3142aef2359517f1dfd9a641283b6e609c02557ad0f2f4bac355ba897ba365c54e9eae25aa5eccedf" 28 ] 29}