this repo has no description
1opam-version: "2.0" 2synopsis: "Polynomials over finite fields" 3description: "Polynomials over finite fields" 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-polynomial" 8bug-reports: 9 "https://gitlab.com/nomadic-labs/cryptography/ocaml-polynomial/issues" 10depends: [ 11 "dune" {>= "2.7"} 12 "zarith" {>= "1.9.1" & < "2.0.0"} 13 "ff-sig" {>= "0.6.1" & < "0.7.0"} 14 "alcotest" {with-test} 15 "ff" {with-test & >= "0.6.1" & < "0.7.0"} 16 "bisect_ppx" {with-test & >= "2.5.0"} 17 "js_of_ocaml" {with-test} 18 "js_of_ocaml-ppx" {with-test} 19 "zarith_stubs_js" {with-test} 20] 21build: ["dune" "build" "-j" jobs "-p" name "@install"] 22run-test: ["dune" "runtest" "-p" name "-j" jobs] 23dev-repo: 24 "git+https://gitlab.com/nomadic-labs/cryptography/ocaml-polynomial.git" 25url { 26 src: 27 "https://gitlab.com/nomadic-labs/cryptography/ocaml-polynomial/-/archive/0.4.0/ocaml-polynomial-0.4.0.tar.gz" 28 checksum: [ 29 "md5=0ec793314441a5a1106cdf57d1e09304" 30 "sha512=1b474604c31c152d0539f912c08fac0c41d61da0ffd27270f37d7121e851ac9cc4f03ca3bb061da266039189a92d4fb50eb0d366ade5814b62cfa03289310515" 31 ] 32}