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 "bls12-381" {= version} 17 "hex" 18 "alcotest" {with-test} 19 "bisect_ppx" {with-test & >= "2.5"} 20 "ff-pbt" {>= "0.6.0" & < "0.7.0" & with-test} 21] 22available: arch != "ppc64" 23build: ["dune" "build" "-j" jobs "-p" name "@install"] 24run-test: ["dune" "runtest" "-p" name "-j" jobs] 25dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git" 26url { 27 src: 28 "https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/f1727556f0fb6589b5e01a9eae8ba8fda8ccd476/ocaml-bls12-381-f1727556f0fb6589b5e01a9eae8ba8fda8ccd476.tar.bz2" 29 checksum: [ 30 "md5=03d11cf2499950d764c47a0630782c40" 31 "sha512=95ea54c9b2c4c7d19f87a3b89090d336aff9ecca54ec8250b0842ab3809224ade1ba66ff987cf3060054475cd92267c3251acf268d57432473349aff56442215" 32 ] 33} 34x-ci-accept-failures: ["centos-7" "oraclelinux-7"]