this repo has no description
1opam-version: "2.0" 2synopsis: """\ 3UNIX version of BLS12-381 primitives implementing the virtual package 4bls12-381""" 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 "conf-rust" {build} 13 "dune" {>= "2.8.4"} 14 "dune-configurator" {build} 15 "ff-sig" {>= "0.6.1" & < "0.7.0"} 16 "zarith" {>= "1.10" & < "2.0"} 17 "ctypes" {>= "0.18.0" & < "0.19.0"} 18 "ctypes-foreign" 19 "bls12-381-gen" {= version} 20 "bls12-381" {= version} 21 "tezos-rust-libs" {= "1.1"} 22 "alcotest" {with-test} 23 "ff-pbt" {>= "0.6.0" & < "0.7.0" & with-test} 24 "hex" {with-test} 25] 26build: ["dune" "build" "-j" jobs "-p" name "@install"] 27run-test: ["dune" "runtest" "-p" name "-j" jobs] 28dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git" 29url { 30 src: 31 "https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/0.5.0/ocaml-bls12-381-0.5.0.tar.bz2" 32 checksum: [ 33 "md5=5e550e69578c3b991b661c16f012a644" 34 "sha512=593051b6de70b8aa433161e8e49f9067cfafb9bbabc0c979958d0f7e1ebd6dd8f95cbb525343b7182a773e44da8d466e7b192578a579442eb58416855362ab77" 35 ] 36}