primes

Version, currently master branch1 version
  • master branchlatestDec 23, 2016

github.com/dkhofer/primes

Library for testing primality and factoring integers in Crystal

2 stars
1 dependent
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  primes:
    github: dkhofer/primes
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
David Hofer

Dependencies

This version declares no dependencies.

README

primes

Library for testing primality and factoring integers in Crystal.

See the wiki for more info.