opam-version: "2.0"
synopsis:
  "Property based testing library for finite fields over the package ff-sig"
description:
  "Property based testing library for finite fields over the package ff-sig"
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.7"}
  "zarith" {>= "1.9.1" & < "2.0"}
  "ff-sig" {= version}
  "alcotest"
  "bisect_ppx" {with-test & >= "2.5"}
]
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.6.0/ocaml-ff-0.6.0.tar.gz"
  checksum: [
    "md5=96f94ec915b1662039c7961e0709f9d0"
    "sha512=e81bcdcc934e7b326548833e8085198eb3c3912bc4b5bd50f8c1317409b82bef3bf87ac743abb28aa830048568cb6bdbf54730b0a6994b3c5278bf658a666d98"
  ]
}