/purescript-longs

Purescript Bindings to long.js

Primary LanguagePureScriptMIT LicenseMIT

purescript-longs

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.