opam-version: "2.0"
synopsis: "OCaml implementation of Finite Field operations"
description: "OCaml implementation of Finite Field operations"
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: [
  "dune" {>= "2.0"}
  "zarith" {>= "1.9.1" & < "2.0"}
  "alcotest" {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-ff.git"
url {
  src:
    "https://gitlab.com/dannywillems/ocaml-ff/-/archive/0.3.0/ocaml-ff-0.3.0.tar.gz"
  checksum: [
    "md5=daea43b41cfc0b937692b15fbfa261ed"
    "sha512=a716ad108f83092bad5dfd9cfc2f9f302f7139fafa1568768f6ed4cca3bf0f5a62e9f52959c405637e80d048a080032048ec07500a1136a156a87f909a8d1b34"
  ]
}