Changeset 62 in code for trunk/lib/id.ml


Ignore:
Timestamp:
Apr 1, 2024, 2:38:02 PM (13 months ago)
Author:
yakumo.izuru
Message:

Remove the old UUID code, update the mailing list address, and use 'favicon.ico'

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/id.ml

    r39 r62  
    11let random_state = Random.State.make_self_init
    2 
    3 (*module UUID = struct*)
    4 (*type t = Uuidm.t*)
    5 (*let compare = Uuidm.compare*)
    6 (*let to_string = Uuidm.to_string*)
    7 (*let of_string = Uuidm.of_string*)
    8 (*let to_bytes = Uuidm.to_bytes*)
    9 (*let of_bytes = Uuidm.of_bytes*)
    10 (*let generate ?(random_state=random_state ()) = Uuidm.v4_gen random_state*)
    11 (*let nil = Uuidm.nil*)
    12 (*end*)
    132
    143type t = string
Note: See TracChangeset for help on using the changeset viewer.