this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Property based testing library for finite fields over the package ff-sig" 4description: 5 "Property based testing library for finite fields over the package ff-sig" 6maintainer: "Danny Willems <be.danny.willems@gmail.com>" 7authors: "Danny Willems <be.danny.willems@gmail.com>" 8license: "MIT" 9homepage: "https://gitlab.com/nomadic-labs/cryptography/ocaml-ff" 10bug-reports: "https://gitlab.com/nomadic-labs/cryptography/ocaml-ff/issues" 11depends: [ 12 "ocaml" {>= "4.08"} 13 "dune" {>= "2.7"} 14 "zarith" {>= "1.9.1" & < "2.0"} 15 "ff-sig" {= version} 16 "alcotest" 17 "bisect_ppx" {with-test & >= "2.5"} 18] 19build: ["dune" "build" "-j" jobs "-p" name "@install"] 20dev-repo: "git+https://gitlab.com/nomadic-labs/cryptography/ocaml-ff.git" 21url { 22 src: 23 "https://gitlab.com/nomadic-labs/cryptography/ocaml-ff/-/archive/0.6.0/ocaml-ff-0.6.0.tar.gz" 24 checksum: [ 25 "md5=96f94ec915b1662039c7961e0709f9d0" 26 "sha512=e81bcdcc934e7b326548833e8085198eb3c3912bc4b5bd50f8c1317409b82bef3bf87ac743abb28aa830048568cb6bdbf54730b0a6994b3c5278bf658a666d98" 27 ] 28}