this repo has no description
1opam-version: "2.0" 2synopsis: """\ 3UNIX version of BLS12-381 primitives implementing the virtual package 4bls12-381""" 5description: """\ 6UNIX version of BLS12-381 primitives implementing the virtual package 7bls12-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 "conf-rust" {build} 16 "dune" {>= "2.8.4"} 17 "dune-configurator" {build} 18 "ff-sig" {>= "0.6.1" & < "0.7.0"} 19 "zarith" {>= "1.10" & < "2.0"} 20 "ctypes" {>= "0.17.1" & < "0.19.0"} 21 "ctypes-foreign" 22 "bls12-381-gen" {= version} 23 "bls12-381" {= version} 24 "tezos-rust-libs" {= "1.1"} 25 "alcotest" {with-test} 26 "ff-pbt" {>= "0.6.0" & < "0.7.0" & with-test} 27 "bisect_ppx" {with-test & >= "2.5"} 28] 29build: ["dune" "build" "-j" jobs "-p" name "@install"] 30run-test: ["dune" "runtest" "-p" name "-j" jobs] 31dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git" 32url { 33 src: 34 "https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/0.4.1/ocaml-bls12-381-0.4.1.tar.bz2" 35 checksum: [ 36 "md5=8e9aa7459420c090c2f664554357adf4" 37 "sha512=d3d11088fe3a338a7c1e6f62aed8590edccabdde47f0d49cc564bc803d9a5e6aef9917b6f07629f0f831defa7c24294b234a8788661c80a4948dd956b35037b8" 38 ] 39}