opam-version: "2.0" synopsis: """\ UNIX version of BLS12-381 primitives implementing the virtual package bls12-381 with blst backend""" maintainer: "Danny Willems " authors: "Danny Willems " license: "MIT" homepage: "https://gitlab.com/dannywillems/ocaml-bls12-381" bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues" depends: [ "ocaml" {>= "4.08"} "dune" {>= "2.8.4"} "dune-configurator" {build} "zarith" {>= "1.10" & < "2.0"} "ctypes" {>= "0.18.0" & < "0.19.0"} "ctypes-foreign" "bls12-381" {= version} "hex" "alcotest" {with-test} "bisect_ppx" {with-test & >= "2.5"} "ff-pbt" {>= "0.6.0" & < "0.7.0" & with-test} ] build: ["dune" "build" "-j" jobs "-p" name "@install"] run-test: ["dune" "runtest" "-p" name "-j" jobs] dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git" available: arch != "s390x" & arch != "ppc64" url { src: "https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/1.0.1/ocaml-bls12-381-1.0.1.tar.bz2" checksum: [ "md5=77841c4e31fd85b70b8a0e52f80ca37d" "sha512=f69d611deb6132d07f0a8ecde7bb118f733de802e241056c5e2b194579c5723a12d58e93410bd56f68a608568de035b61f018d1fea52388f54875d77b8f386c2" ] }