this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml implementation of Finite Field operations" 3description: "OCaml implementation of Finite Field operations" 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 "dune" {>= "2.0"} 11 "zarith" {>= "1.9.1" & < "2.0"} 12 "alcotest" {with-test} 13] 14build: ["dune" "build" "-j" jobs "-p" name "@install"] 15run-test: ["dune" "runtest" "-p" name "-j" jobs] 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.2.1/ocaml-ff-0.2.1.tar.gz" 20 checksum: [ 21 "md5=86aa724458d6c547559add7312325541" 22 "sha512=b689241a61836c7f094e7bb7ba8b640f84c401c82ec388dceacace6599dc3895baca352d7af0b2ee7c2c7a1275d1f0f451e7210e5424614fabea749528f68cf8" 23 ] 24}