this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Functors to generate BLS12-381 JavaScript primitives based on stubs" 4maintainer: "Danny Willems <be.danny.willems@gmail.com>" 5authors: "Danny Willems <be.danny.willems@gmail.com>" 6license: "MIT" 7homepage: "https://gitlab.com/dannywillems/ocaml-bls12-381" 8bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues" 9depends: [ 10 "ocaml" {>= "4.08"} 11 "dune" {>= "2.8.4"} 12 "dune-configurator" {build} 13 "ff-sig" {>= "0.6.1" & < "0.7.0"} 14 "zarith" {>= "1.10" & < "1.12"} 15 "zarith_stubs_js" 16 "js_of_ocaml" {>= "3.7.1"} 17 "js_of_ocaml-compiler" {>= "3.7.1"} 18 "js_of_ocaml-ppx" {>= "3.7.1"} 19 "bls12-381-gen" {= version} 20 "bls12-381" {= version} 21 "alcotest" {with-test} 22 "hex" {with-test} 23] 24build: ["dune" "build" "-j" jobs "-p" name "@install"] 25dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git" 26url { 27 src: 28 "https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/0.5.0/ocaml-bls12-381-0.5.0.tar.bz2" 29 checksum: [ 30 "md5=5e550e69578c3b991b661c16f012a644" 31 "sha512=593051b6de70b8aa433161e8e49f9067cfafb9bbabc0c979958d0f7e1ebd6dd8f95cbb525343b7182a773e44da8d466e7b192578a579442eb58416855362ab77" 32 ] 33}