uuidtrip
Universally unique identifiers for OCaml
Install
- All systems
-
curl cmd.cat/uuidtrip.sh
- Debian
-
apt-get install libuuidm-ocaml-dev
- Ubuntu
-
apt-get install libuuidm-ocaml-dev
- Kali Linux
-
apt-get install libuuidm-ocaml-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libuuidm-ocaml-dev
- Raspbian
-
apt-get install libuuidm-ocaml-dev
- Dockerfile
- dockerfile.run/uuidtrip
libuuidm-ocaml-dev
Universally unique identifiers for OCaml
This library is an OCaml module implementing 128 bits universally unique identifiers (uuid) version 3, 5 (name based with MD5, SHA-1 hashing) and 4 (random based) according to RFC 4122. This package contains header and OCaml library.