uuid

  1. uuid
    1. doc
    2. procedures
    3. dependencies
    4. author
    5. repository
    6. version history

doc

very simple library for generating and checking well-formedness of v4 uuids

procedures

[procedure] (uuid)

generates a v4 uuid as a string using the system entropy source

[procedure] (uuid? uuid)

predicate which returns true given a valid (variant 1, string, lowercase, 8-4-4-4-12) v4 uuid

dependencies

none

author

alice maz

repository

https://github.com/alicemaz/chicken-uuid

version history

0.1
initial version