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" & < "2.0"} 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# "conf-npm" {with-test} 25# "bisect_ppx" {with-test & >= "2.5"} 26] 27build: ["dune" "build" "-j" jobs "-p" name "@install"] 28#run-test: ["dune" "runtest" "-p" name "-j" jobs] 29dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git" 30url { 31 src: 32 "https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/0.4.1/ocaml-bls12-381-0.4.1.tar.bz2" 33 checksum: [ 34 "md5=8e9aa7459420c090c2f664554357adf4" 35 "sha512=d3d11088fe3a338a7c1e6f62aed8590edccabdde47f0d49cc564bc803d9a5e6aef9917b6f07629f0f831defa7c24294b234a8788661c80a4948dd956b35037b8" 36 ] 37}