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.7.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=2817b2034ac8b2f9f251f4ae903dd1a2d8ed48bfa6f758b3307325dbe1587dc7
    
    
  md5=54658248e3981d8c05237d0a4277ccd3
    
    
  doc/CHANGES.html
v0.9.7 2019-03-08 La Forclaz (VS)
- Add Uuidm.v4, creates random based V4 UUID using client provided random bytes (#8). Thanks to François-René Rideau for suggesting and David Kaloper Meršinjak for additional comments.
- Add Uuidm.{to,of}_mixed_endian_bytes. Support for UEFI and Microsoft's binary serialization of UUIDs.
v0.9.6 2016-08-12 Zagreb
- Safe-string support. Thanks to Josh Allmann for the help.
- Deprecate Uuidm.createin favor ofUuidm.v.
- Deprecate Uuidm.printin favor ofUuidm.pp_string
- Add Uuidm.pp.
- Relicensed from BSD3 to ISC.
- Build depend on topkg.
- uuidtripuses- Cmdlinerwhich becomes an optional dependency of the package. The command line interface is unchanged except for long options which have to be written with a double dash. Binary output no longer adds an ending newline.
v0.9.5 2012-08-05 Lausanne
- OASIS 0.3.0 support.
v0.9.4 2012-03-15 La Forclaz (VS)
- OASIS support.
- New functions Uuidm.v3andUuidm.v5that generate directly these kinds of UUIDs.
- New function Uuidm.v4_genreturns a function that generates version 4 UUIDs with a client provided random state. Thanks to Lauri Alanko for suggesting thatRandom.make_self_initmay be too weak for certain usages.
v0.9.3 2008-08-01 Lausanne
- POSIX compliant build shell script.
v0.9.2 2008-07-30 Lausanne
- Support for debian packaging. Thanks to Sylvain Le Gall.
v0.9.1 2008-06-18 Lausanne
- Minor internal cleanings.
v0.9.0 2008-06-11 Lausanne
- First release.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page