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.18.0" & < "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] 28build: ["dune" "build" "-j" jobs "-p" name "@install"] 29run-test: ["dune" "runtest" "-p" name "-j" jobs] 30dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git" 31url { 32 src: 33 "https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/2f6c97bbd86ce05428e9f06ffdf3239982bd9083/ocaml-bls12-381-2f6c97bbd86ce05428e9f06ffdf3239982bd9083.tar.bz2" 34 checksum: [ 35 "md5=3b88994951c586751fb615af236d2285" 36 "sha512=90f97d5229a2b000452b9903fc30d938538698aebdf542b799ada56d8f635c38effce93365c1994a9667f88769f696335a0d627baa68fef6cd41573f0aa7299c" 37 ] 38}