this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml implementation of Finite Field operations"
3description: "OCaml implementation of Finite Field operations"
4maintainer: "Danny Willems <be.danny.willems@gmail.com>"
5authors: "Danny Willems <be.danny.willems@gmail.com>"
6license: "MIT"
7homepage: "https://gitlab.com/nomadic-labs/cryptography/ocaml-ff"
8bug-reports: "https://gitlab.com/nomadic-labs/cryptography/ocaml-ff/issues"
9depends: [
10 "ocaml" {>= "4.08"}
11 "dune" {>= "2.0"}
12 "zarith" {>= "1.9.1" & < "2.0"}
13 "ff-sig" {= "0.5.0"}
14 "alcotest" {with-test}
15 "ff-pbt" {= "0.5.0" & with-test}
16]
17build: ["dune" "build" "-j" jobs "-p" name "@install"]
18run-test: ["dune" "runtest" "-p" name "-j" jobs]
19dev-repo: "git+https://gitlab.com/nomadic-labs/cryptography/ocaml-ff.git"
20url {
21 src:
22 "https://gitlab.com/nomadic-labs/cryptography/ocaml-ff/-/archive/0.5.0/ocaml-ff-0.5.0.tar.gz"
23 checksum: [
24 "md5=bb169cc29473e0f41f3c57382a4b9268"
25 "sha512=a23741b42ad362320c2e554b58181941cd8a1e2d078e5c2625126be622216f2efc0d6367e6a4c6a80abd101f10602617c42e821cc4b7175f6891bf2791b0fd27"
26 ]
27}