opam-version: "2.0"
synopsis: "Benchmark library for finite fields over the package ff-sig"
description: "Benchmark 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"}
  "ff-sig" {= version}
  "core" {= "v0.13.0"}
  "core_bench" {= "v0.13.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.6.1/ocaml-ff-0.6.1.tar.gz"
  checksum: [
    "md5=5853a7487785160bbcf0919f13ace049"
    "sha512=c2e4d3d495a0fe6a5e52ac668d6f7694c7b9161bd0c6fc97cb6ed714a211c397a561feac8c2ea5738182809936c5f8f6e1e64696b0e0f9b3d19e309aa62dd4de"
  ]
}