This package is not available in the 3xx repository. Showing package versions available for all repositories instead.
Package uuid.plt contributed by williams [docs]
To load: (require (planet williams/uuid:1:2/uuid))
Old style:(require (planet "uuid.rkt" ("williams" "uuid.plt" 1 2)))
Min Racket version: 5.0
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: 149
Tickets:0
Open tickets:0
Primary files:
[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 2)
114
5.02010-10-27
To load: (require (planet "uuid.rkt" ("williams" "uuid.plt" 1 (= 2))))
Available in repositories: 4.x
Updated to Racket.
(1 1)
19
[none]2010-02-07
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]2009-12-17
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.