opam-version: "2.0"
synopsis: "Minimal finite field signatures"
description: "Minimal finite field signatures"
maintainer: "Danny Willems <be.danny.willems@gmail.com>"
authors: "Danny Willems <be.danny.willems@gmail.com>"
license: "MIT"
homepage: "https://gitlab.com/dannywillems/ocaml-ff"
bug-reports: "https://gitlab.com/dannywillems/ocaml-ff/issues"
depends: [
  "ocaml" {>= "4.08"}
  "dune" {>= "2.0"}
  "zarith" {>= "1.9.1" & < "2.0"}
]
build: ["dune" "build" "-j" jobs "-p" name "@install"]
dev-repo: "git+https://gitlab.com/dannywillems/ocaml-ff.git"
url {
  src:
    "https://gitlab.com/dannywillems/ocaml-ff/-/archive/0.5.0/ocaml-ff-0.5.0.tar.gz"
  checksum: [
    "md5=bb169cc29473e0f41f3c57382a4b9268"
    "sha512=a23741b42ad362320c2e554b58181941cd8a1e2d078e5c2625126be622216f2efc0d6367e6a4c6a80abd101f10602617c42e821cc4b7175f6891bf2791b0fd27"
  ]
}
