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