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] 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" 26available: arch != "s390x" & arch != "ppc64" 27url { 28 src: 29 "https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/1.0.1/ocaml-bls12-381-1.0.1.tar.bz2" 30 checksum: [ 31 "md5=77841c4e31fd85b70b8a0e52f80ca37d" 32 "sha512=f69d611deb6132d07f0a8ecde7bb118f733de802e241056c5e2b194579c5723a12d58e93410bd56f68a608568de035b61f018d1fea52388f54875d77b8f386c2" 33 ] 34}