package uuidm

  1. Overview
  2. Docs
Universally unique identifiers (UUIDs) for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

uuidm-0.9.9.tbz
sha512=284218681f28150b23bc6c9a5f6fea66d05b934d1f76d962e4770b04e21d41a60cdb1fefcdf1628ed46fbcd4d8615a7bfa62174e9109342df299be9df7779916

Description

Uuidm is an OCaml library implementing 128 bits universally unique identifiers version 3, 5 (named based with MD5, SHA-1 hashing), 4 (random based), 7 (time and random based) and 8 (custom) according to RFC 9562.

Uuidm has no dependency. It is distributed under the ISC license.

Homepage: https://erratique.ch/software/uuidm

Tags

uuid codec org:erratique

Published: 27 Sep 2024

README

Uuidm — Universally unique identifiers (UUIDs) for OCaml

Uuidm is an OCaml library implementing 128 bits universally unique identifiers version 3, 5 (named based with MD5, SHA-1 hashing), 4 (random based), 7 (time and random based) and 8 (custom) according to RFC 9562.

Uuidm has no dependency. It is distributed under the ISC license.

Homepage: https://erratique.ch/software/uuidm

Installation

Uuidm can be installed with opam:

opam install uuidm

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation can be consulted online or via odig doc uuidm.

Questions are welcome but better asked on the OCaml forum than on the issue tracker.

Sample programs

The uuidtrip tool generates UUIDs and outputs them on stdout.

See also code in the test directory.

OCaml

Innovation. Community. Security.