File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
packages/class_group_vdf/class_group_vdf.0.0.2 Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Verifiable Delay Functions bindings to Chia's VDF"
3+ maintainer: "Nomadic Labs <
[email protected] >"
4+ authors: "Nomadic Labs <
[email protected] >"
5+ license: "MIT"
6+ homepage: "https://gitlab.com/nomadic-labs/tezos"
7+ bug-reports: "https://gitlab.com/nomadic-labs/tezos/issues"
8+ depends: [
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+ ]
18+ available: arch != "arm32" & arch != "x86_32"
19+ build: ["dune" "build" "-j" jobs "-p" name "@install"]
20+ run-test: ["dune" "runtest" "-p" name "-j" jobs]
21+ dev-repo: "git+https://gitlab.com/nomadic-labs/tezos"
22+ url {
23+ src:
24+ "https://gitlab.com/rrtoledo/ocaml-chia-vdf/-/archive/v0.0.2/ocaml-chia-vdf-v0.0.2.tar.gz"
25+ checksum: [
26+ "md5=2b20dfd020ad9a287f23c9435e5749ed"
27+ "sha512=bdf7dfa2b0a1c489949388eeba4fef10bffca972b7329765c2739458cae63cc575095a576b59cdd2b4acae25d6647f6dcdb47b53dc54e603a3406990d51163cf"
28+ ]
29+ }
You can’t perform that action at this time.
0 commit comments