Package

purescript-longs

Repository
zapph/purescript-longs
License
MIT
Uploaded by
jvliwanag
Published on
2019-02-26T05:11:23Z

A library for calculations with 64 bit signed / unsigned integers. This is a simple wrapper around long.js.

Module documentation

Installation and usage

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

Development

bower install
npm install

Then, use pulp to build, run tests and generate the documentation.