Package

purescript-uuidv4

Repository
garyb/purescript-uuidv4
License
MIT
Uploaded by
pacchettibotti
Published on
2022-10-25T16:36:34Z

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.

Modules
Data.UUID.Random
Dependencies