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/dannywillems/ocaml-polynomial" 8bug-reports: "https://gitlab.com/dannywillems/ocaml-polynomial/issues" 9depends: [ 10 "dune" {>= "2.7"} 11 "zarith" {>= "1.9.1" & < "2.0.0"} 12 "ff-sig" {>= "0.5.0" & < "0.6.0"} 13 "alcotest" {with-test} 14 "ff" {with-test & >= "0.5.0" & < "0.6.0"} 15 "bisect_ppx" {with-test & >= "2.5.0"} 16] 17build: ["dune" "build" "-j" jobs "-p" name "@install"] 18run-test: ["dune" "runtest" "-p" name "-j" jobs] 19dev-repo: "git+https://gitlab.com/dannywillems/ocaml-polynomial.git" 20url { 21 src: 22 "https://gitlab.com/dannywillems/ocaml-polynomial/-/archive/0.3.0/ocaml-polynomial-0.3.0.tar.gz" 23 checksum: [ 24 "md5=7b8c5a85037732fb6e198d4ceb14687b" 25 "sha512=3d2ddaf35b085f3e95e47811ec36d12c86c5b6989d1794fc3e28cc3096ec42b2af606ec1c8244b578d6a8437419eac1ff2564d3791be7e9eea870fbf9ad13ec9" 26 ] 27}