this repo has no description
1opam-version: "2.0"
2synopsis: "Benchmark library for finite fields over the package ff-sig"
3description: "Benchmark library for finite fields over the package ff-sig"
4maintainer: "Danny Willems <be.danny.willems@gmail.com>"
5authors: "Danny Willems <be.danny.willems@gmail.com>"
6license: "MIT"
7homepage: "https://gitlab.com/nomadic-labs/cryptography/ocaml-ff"
8bug-reports: "https://gitlab.com/nomadic-labs/cryptography/ocaml-ff/issues"
9depends: [
10 "ocaml" {>= "4.08"}
11 "dune" {>= "2.7"}
12 "ff-sig" {= version}
13 "core" {= "v0.13.0"}
14 "core_bench" {= "v0.13.0"}
15]
16build: ["dune" "build" "-j" jobs "-p" name "@install"]
17dev-repo: "git+https://gitlab.com/nomadic-labs/cryptography/ocaml-ff.git"
18url {
19 src:
20 "https://gitlab.com/nomadic-labs/cryptography/ocaml-ff/-/archive/0.6.1/ocaml-ff-0.6.1.tar.gz"
21 checksum: [
22 "md5=5853a7487785160bbcf0919f13ace049"
23 "sha512=c2e4d3d495a0fe6a5e52ac668d6f7694c7b9161bd0c6fc97cb6ed714a211c397a561feac8c2ea5738182809936c5f8f6e1e64696b0e0f9b3d19e309aa62dd4de"
24 ]
25}