A library for calculations with 64 bit signed / unsigned integers. This is a simple wrapper around long.js.
You can install this package via Bower. You will also need long.js, which can be installed via npm
:
bower install purescript-longs
npm install long.js
bower install
npm install
Then, use pulp
to build, run tests and generate the documentation.