this repo has no description
1opam-version: "2.0" 2maintainer: "Erik L. Arneson <earneson@arnesonium.com>" 3homepage: "https://github.com/pymander/camlprime" 4bug-reports: "https://github.com/pymander/camlprime/issues" 5license: "GPL-2.0-or-later" 6build: [ 7 [make] 8] 9install: [make "install"] 10remove: ["ocamlfind" "remove" "camlprime"] 11depends: [ 12 "ocaml" 13 "num" 14 "ocamlfind" {build} 15] 16authors: "Erik L. Arneson <earneson@arnesonium.com>" 17dev-repo: "git+https://github.com/pymander/camlprime" 18synopsis: "Primality testing with lazy lists of prime numbers" 19description: """ 20This library provides a selection of primality testing functions. It 21also implements lazy lists of prime numbers.""" 22flags: light-uninstall 23url { 24 src: "https://github.com/pymander/camlprime/archive/v0.5.tar.gz" 25 checksum: [ 26 "sha256=e053670906dcf95038f5df9a3dea31ee3d2c3429303f1747a46f1befe7f750b0" 27 "md5=3e78f5522c6cd32e6c44951823b3a3f7" 28 ] 29}