this repo has no description
1opam-version: "2.0" 2synopsis: "Minimal finite field signatures" 3description: "Minimal finite field signatures" 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.0"} 12 "zarith" {>= "1.9.1" & < "2.0"} 13] 14build: ["dune" "build" "-j" jobs "-p" name "@install"] 15dev-repo: "git+https://gitlab.com/nomadic-labs/cryptography/ocaml-ff.git" 16url { 17 src: 18 "https://gitlab.com/nomadic-labs/cryptography/ocaml-ff/-/archive/0.5.0/ocaml-ff-0.5.0.tar.gz" 19 checksum: [ 20 "md5=bb169cc29473e0f41f3c57382a4b9268" 21 "sha512=a23741b42ad362320c2e554b58181941cd8a1e2d078e5c2625126be622216f2efc0d6367e6a4c6a80abd101f10602617c42e821cc4b7175f6891bf2791b0fd27" 22 ] 23}