package uuidm
Install
Dune Dependency
Authors
Maintainers
Sources
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
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.
Dependencies (4)
-
topkg
build & >= "1.0.3"
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
>= "4.14.0"
Dev Dependencies
None
Used by (51)
-
alcotest
>= "0.8.4" & < "1.5.0"
-
bap
>= "0.9.8" & < "1.0.0"
-
bap-cache
>= "2.2.0"
- bap-primus
- bap-recipe
- bap-recipe-command
- bap-std
- bap-traces
- benchpress
- benchpress-server
- builder
- cca
- coclobas
- DkSDKFFIOCaml_Std
- dlm
-
extism
>= "1.0.0"
- ez_api
-
ezxenstore
>= "0.4.1"
-
goblint
>= "2.0.0"
- gpt
- graphql_jsoo_client
- guardian
-
hvsock
>= "2.0.0"
- iocaml
- iocaml-kernel
-
irmin-bench
>= "2.5.0"
- jitsu
- jupyter
- jupyter-kernel
- metrics-unix
- opam-build-revdeps
- pgx
-
rdf
>= "0.6.0"
- redis
- sanddb
- sentry
-
sihl
< "0.2.0" | >= "0.3.0~rc2"
-
sihl-core
>= "0.2.2"
-
sihl-type
< "0.2.2"
- trail
- traildb
-
vhd-format
>= "0.6.0"
-
vhd-tool
< "0.12.0"
-
vpnkit
>= "0.1.1"
- xapi-forkexecd
- xapi-inventory
- xapi-rrd
- xapi-stdext
-
xapi-stdext-std
< "4.19.0"
- xe
-
xen-api-client
>= "0.9.10"
Conflicts (1)
-
cmdliner
< "1.3.0"