opam-version: "2.0" synopsis: "Polynomials over finite fields" description: "Polynomials over finite fields" maintainer: "Danny Willems " authors: "Danny Willems " license: "MIT" homepage: "https://gitlab.com/dannywillems/ocaml-polynomial" bug-reports: "https://gitlab.com/dannywillems/ocaml-polynomial/issues" depends: [ "dune" {>= "2.7"} "zarith" {>= "1.9.1" & < "2.0.0"} "ff-sig" {>= "0.5.0" & < "0.6.0"} "alcotest" {with-test} "ff" {with-test & >= "0.5.0" & < "0.6.0"} "bisect_ppx" {with-test & >= "2.5.0"} ] build: ["dune" "build" "-j" jobs "-p" name "@install"] run-test: ["dune" "runtest" "-p" name "-j" jobs] dev-repo: "git+https://gitlab.com/dannywillems/ocaml-polynomial.git" url { src: "https://gitlab.com/dannywillems/ocaml-polynomial/-/archive/0.3.0/ocaml-polynomial-0.3.0.tar.gz" checksum: [ "md5=7b8c5a85037732fb6e198d4ceb14687b" "sha512=3d2ddaf35b085f3e95e47811ec36d12c86c5b6989d1794fc3e28cc3096ec42b2af606ec1c8244b578d6a8437419eac1ff2564d3791be7e9eea870fbf9ad13ec9" ] }