This package is not available in the 3xx repository. Showing package versions available for all repositories instead.
Package uuid.plt contributed by williams 
To load: (require (planet williams/uuid:1:3/uuid))
Old style:(require (planet "uuid.rkt" ("williams" "uuid.plt" 1 3)))
Package description:
Provides immutable Universally Unique Identifiers (UUIDs) as defined in RFC 4122. Functions for constructing time-based (type 1), name-based using MD5 hashing (type 3), (pseudo-)random (type 4), and name-based using SHA-1 hashing (type 5) are provided.
Downloads this week: 0
Total downloads: 356
Tickets:0
Open tickets:0
Primary files:
uuid.rkt
[no interface available]
 Packages in other repositories

These packages are not available in the 3xx repository, but they are available for other versions of Racket.

PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 3)
203
[none]
[none]Saturday, July 6th, 2013
To load: (require (planet "uuid.rkt" ("williams" "uuid.plt" 1 (= 3))))
Available in repositories: 4.x
Removed dependency on stale PLaneT packages. Type 1 UUIDs now use a random multicast MAC address, which cannot clash with any actual MAC address, instead of trying to determine the MAC address of the host. A MAC address can optionally be passed to make-uuid-1, if needed.
(1 2)
118
[none]
5.0Wednesday, October 27th, 2010
To load: (require (planet "uuid.rkt" ("williams" "uuid.plt" 1 (= 2))))
Available in repositories: 4.x
Updated to Racket.
(1 1)
19
[none]
[none]Sunday, February 7th, 2010
To load: (require (planet "uuid.ss" ("williams" "uuid.plt" 1 (= 1))))
Available in repositories: 4.x
Fixes a problem running the UUID package under Linux.
(1 0)
16
[none]
[none]Thursday, December 17th, 2009
To load: (require (planet "uuid.ss" ("williams" "uuid.plt" 1 (= 0))))
Available in repositories: 4.x
This is the initial release of the UUID package.