A Haskell library for creating, printing and parsing UUIDs


Keywords
data, library, Propose Tags, http://en.wikipedia.org/wiki/UUID, , Index, Quick Jump, Data.UUID, Data.UUID.Util, Data.UUID.V1, Data.UUID.V3, Data.UUID.V4, Data.UUID.V5, uuid-1.3.15.tar.gz, browse, Package description, revised, metadata revisions, Package maintainers, AntoineLatter, HerbertValerioRiedel, phadej, edit package information , 1.2.14.1, 1.3.14, 1.3.15
License
BSD-3-Clause
Install
cabal install uuid-1.3.15

Documentation

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.