this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Functors to generate BLS12-381 JavaScript primitives based on stubs" 4description: 5 "Functors to generate BLS12-381 JavaScript primitives based on stubs" 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 "ff-sig" {>= "0.6.1" & < "0.7.0"} 16 "zarith" {>= "1.10" & < "1.12"} 17 "zarith_stubs_js" 18 "js_of_ocaml" {>= "3.7.1"} 19 "js_of_ocaml-compiler" {>= "3.7.1"} 20 "js_of_ocaml-ppx" {>= "3.7.1"} 21 "bls12-381-gen" {= version} 22 "bls12-381" {= version} 23 "alcotest" {with-test} 24] 25build: ["dune" "build" "-j" jobs "-p" name "@install"] 26dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git" 27url { 28 src: 29 "https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/2f6c97bbd86ce05428e9f06ffdf3239982bd9083/ocaml-bls12-381-2f6c97bbd86ce05428e9f06ffdf3239982bd9083.tar.bz2" 30 checksum: [ 31 "md5=3b88994951c586751fb615af236d2285" 32 "sha512=90f97d5229a2b000452b9903fc30d938538698aebdf542b799ada56d8f635c38effce93365c1994a9667f88769f696335a0d627baa68fef6cd41573f0aa7299c" 33 ] 34}