purescript-uuidv4

Latest release Build Status

A library for generating, printing, and parsing version 4 UUIDs.

There is an existing purescript-uuid library that also covers v4 UUIDs, but this library is self-contained and does not require additional dependencies from npm.

Installation

Install with Spago:

spago install uuidv4

Or with Bower for legacy projects:

bower install purescript-uuidv4

Documentation

Module documentation is published on Pursuit.