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.3.0/ocaml-ff-0.3.0.tar.gz" 20 checksum: [ 21 "md5=daea43b41cfc0b937692b15fbfa261ed" 22 "sha512=a716ad108f83092bad5dfd9cfc2f9f302f7139fafa1568768f6ed4cca3bf0f5a62e9f52959c405637e80d048a080032048ec07500a1136a156a87f909a8d1b34" 23 ] 24}