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