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/0.4.3/ocaml-bls12-381-0.4.3.tar.bz2" 30 checksum: [ 31 "md5=f81a4562579a69cc0312d6c948678d35" 32 "sha512=b9997e85babe1e160bd5ed1d1986584f375a544e120258a18b1f27bf01b86c9a243181e09120ed69fbd611d5ca4721c89a9e3a18e1cf89f7419a430d5b9b2aef" 33 ] 34}