https://github.com/haskell-hvr/uuid
A Haskell library for creating, printing and parsing UUIDs
https://github.com/haskell-hvr/uuid
Last synced: about 1 month ago
JSON representation
A Haskell library for creating, printing and parsing UUIDs
- Host: GitHub
- URL: https://github.com/haskell-hvr/uuid
- Owner: haskell-hvr
- Created: 2014-12-14T22:12:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T20:28:09.000Z (3 months ago)
- Last Synced: 2025-03-31T15:33:32.923Z (3 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/uuid
- Size: 435 KB
- Stars: 63
- Watchers: 10
- Forks: 42
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uuid [](https://travis-ci.org/hvr/uuid)
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.