opam-version: "2.0" synopsis: """\ UNIX version of BLS12-381 primitives implementing the virtual package bls12-381""" description: """\ UNIX version of BLS12-381 primitives implementing the virtual package bls12-381""" maintainer: "Danny Willems " authors: "Danny Willems " license: "MIT" homepage: "https://gitlab.com/dannywillems/ocaml-bls12-381" bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues" depends: [ "ocaml" {>= "4.08"} "conf-rust" {build} "dune" {>= "2.8.4"} "dune-configurator" {build} "ff-sig" {>= "0.6.1" & < "0.7.0"} "zarith" {>= "1.10" & < "2.0"} "ctypes" {>= "0.18.0" & < "0.19.0"} "ctypes-foreign" "bls12-381-gen" {= version} "bls12-381" {= version} "tezos-rust-libs" {= "1.1"} "alcotest" {with-test} "ff-pbt" {>= "0.6.0" & < "0.7.0" & with-test} ] build: ["dune" "build" "-j" jobs "-p" name "@install"] run-test: ["dune" "runtest" "-p" name "-j" jobs] dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git" url { src: "https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/2f6c97bbd86ce05428e9f06ffdf3239982bd9083/ocaml-bls12-381-2f6c97bbd86ce05428e9f06ffdf3239982bd9083.tar.bz2" checksum: [ "md5=3b88994951c586751fb615af236d2285" "sha512=90f97d5229a2b000452b9903fc30d938538698aebdf542b799ada56d8f635c38effce93365c1994a9667f88769f696335a0d627baa68fef6cd41573f0aa7299c" ] }