opam-version: "2.0" maintainer: "Erik L. Arneson " homepage: "https://github.com/pymander/camlprime" bug-reports: "https://github.com/pymander/camlprime/issues" license: "GPL-2.0-or-later" build: [ [make] ] install: [make "install"] remove: ["ocamlfind" "remove" "camlprime"] depends: [ "ocaml" "num" "ocamlfind" {build} ] authors: "Erik L. Arneson " dev-repo: "git+https://github.com/pymander/camlprime" synopsis: "Primality testing with lazy lists of prime numbers" description: """ This library provides a selection of primality testing functions. It also implements lazy lists of prime numbers.""" flags: light-uninstall url { src: "https://github.com/pymander/camlprime/archive/v0.5.tar.gz" checksum: [ "sha256=e053670906dcf95038f5df9a3dea31ee3d2c3429303f1747a46f1befe7f750b0" "md5=3e78f5522c6cd32e6c44951823b3a3f7" ] }