this repo has no description
1opam-version: "2.0"
2synopsis: """\
3UNIX version of BLS12-381 primitives implementing the virtual package
4bls12-381 with blst backend"""
5maintainer: "Danny Willems <be.danny.willems@gmail.com>"
6authors: "Danny Willems <be.danny.willems@gmail.com>"
7license: "MIT"
8homepage: "https://gitlab.com/dannywillems/ocaml-bls12-381"
9bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues"
10depends: [
11 "ocaml" {>= "4.08"}
12 "dune" {>= "2.8.4"}
13 "dune-configurator" {build}
14 "zarith" {>= "1.10" & < "2.0"}
15 "ctypes" {>= "0.18.0" & < "0.19.0"}
16 "ctypes-foreign"
17 "bls12-381" {= version}
18 "hex"
19 "alcotest" {with-test}
20 "bisect_ppx" {with-test & >= "2.5"}
21 "ff-pbt" {>= "0.6.0" & < "0.7.0" & with-test}
22]
23x-ci-accept-failures: [
24 "centos-7" # default C compiler too old?
25 "oraclelinux-7" # default C compiler too old?
26]
27available: arch = "x86_64" | arch = "x86_32" | arch = "arm64" | arch = "arm32"
28build: ["dune" "build" "-j" jobs "-p" name "@install"]
29run-test: ["dune" "runtest" "-p" name "-j" jobs]
30dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git"
31url {
32 src:
33 "https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/1.0.0/ocaml-bls12-381-1.0.0.tar.bz2"
34 checksum: [
35 "md5=64b1732d64a546b3ab7c557c11c88637"
36 "sha512=4526cf4824ee39486b393461bbbdf6f4c3f2c0c2d75c111c3e4fe862ef63f5fd75d34ce042870f83d3a7183e899ec4a3671c1576a9317f39d9787781beeab5e1"
37 ]
38}