package uuidm
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Universally unique identifiers (UUIDs) for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
uuidm-0.9.10.tbz
sha512=22cbc872a0be910ebd5cda67bb471b5ab93cd1edfa535a86169a9d0f7a5cce85824b9e8a43d16d7587e1968b37a70fac1b75af075700117089a28879297dda07
doc/README.html
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 uuidmIf 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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page