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