Popularity
9.1
Stable
Activity
2.9
-
61
10
34

Monthly Downloads: 255
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data     Uuid    
Latest version: v1.3.13

uuid alternatives and similar packages

Based on the "uuid" category.
Alternatively, view uuid alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of uuid or a related project?

Add another 'uuid' Package

README

uuid Build Status

This library is useful for creating, comparing, parsing and printing Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID for the general idea.

We offer two different packages: uuid and uuid-types

The uuid package aims to be a fully-featured library for working with UUIDs.

However if you're developing a library and only want the UUID type to show up in your APIs you may want to use the uuid-types library to minimize the number of dependencies needed by users of your library.