package uuidm
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=2817b2034ac8b2f9f251f4ae903dd1a2d8ed48bfa6f758b3307325dbe1587dc7
md5=54658248e3981d8c05237d0a4277ccd3
Description
Uuidm is an OCaml module implementing 128 bits universally unique identifiers version 3, 5 (named based with MD5, SHA-1 hashing) and 4 (random based) according to RFC 4122.
Uuidm has no dependency and is distributed under the ISC license.
README
Uuidm — Universally unique identifiers (UUIDs) for OCaml
v0.9.7
Uuidm is an OCaml module implementing 128 bits universally unique identifiers version 3, 5 (named based with MD5, SHA-1 hashing) and 4 (random based) according to RFC 4122.
Uuidm has no dependency and is distributed under the ISC license.
Homepage: http://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 and API reference is automatically generated by from the source interfaces. It can be consulted online.
Sample programs
If you installed Uuidm with opam
, it installed the uuidtrip
binary that output UUIDs; invoke with -help
for more information.
In the distribution sample programs are located in the test
directory of the distribution. They can be built with:
ocamlbuild -use-ocamlfind test/tests.otarget
The resulting binaries are in _build/test
:
test.native
tests the library, nothing should fail.perf.native
tests the performance of the library, seeperf.native -help
.uuidtrip.native
outputs UUIDs, seeuuidtrip.native -help
.
Dependencies (4)
-
topkg
build
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
>= "4.03.0" & < "5.0"
Dev Dependencies
None
Used by (49)
-
alcotest
>= "0.8.4" & < "1.5.0"
- apero-core
- apero-net
-
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
- dlm
- ez_api
-
ezxenstore
>= "0.4.1"
-
goblint
>= "2.0.0"
- gpt
- graphql_jsoo_client
-
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" & < "1.0.0"
- redis
- sanddb
- sentry
-
sihl
< "0.2.0" | >= "0.3.0~rc2"
-
sihl-core
>= "0.2.2"
-
sihl-type
< "0.2.2"
- 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
< "0.9.8"