this repo has no description
at main 1.1 kB view raw
1opam-version: "2.0" 2synopsis: "OCaml implementation of Finite Field operations" 3maintainer: "Danny Willems <be.danny.willems@gmail.com>" 4authors: "Danny Willems <be.danny.willems@gmail.com>" 5license: "MIT" 6homepage: "https://gitlab.com/nomadic-labs/cryptography/ocaml-ff" 7bug-reports: "https://gitlab.com/nomadic-labs/cryptography/ocaml-ff/issues" 8depends: [ 9 "ocaml" {>= "4.08"} 10 "dune" {>= "2.7"} 11 "zarith" {>= "1.9.1" & < "2.0"} 12 "ff-sig" {= version} 13 "alcotest" {with-test} 14 "ff-pbt" {= version & with-test} 15 "bisect_ppx" {with-test & >= "2.5"} 16] 17build: ["dune" "build" "-j" jobs "-p" name "@install"] 18run-test: ["dune" "runtest" "-p" name "-j" jobs] 19dev-repo: "git+https://gitlab.com/nomadic-labs/cryptography/ocaml-ff.git" 20url { 21 src: 22 "https://gitlab.com/nomadic-labs/cryptography/ocaml-ff/-/archive/0.6.2/ocaml-ff-0.6.2.tar.gz" 23 checksum: [ 24 "md5=fa68c430de8cba04fb8b7819e4cc4b38" 25 "sha512=2046126f30704c16bd2dcd735b7eb9b8a6c8751892f895e6c992b0ebb921f7d2c824b9507b74368e3b66b53330dc70a57e70633105b642d021710b34fbc54a5c" 26 ] 27}