Package packed-binary.plt contributed by williams 
To load: (require (planet williams/packed-binary:1:5/packed-binary))
Old style:(require (planet "packed-binary.rkt" ("williams" "packed-binary.plt" 1 5)))
Min Racket version: 5.0
Package description:
Performs conversions between Racket values and C structs represented as byte strings. It also provides read and write routines to perform these conversions directly to/from binary files.
Downloads this week: 0
Total downloads: 319
Tickets:0
Open tickets:0
Primary files:
packed-binary.rkt
[no interface available]
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 5)
148
[none]
5.0Thursday, October 28th, 2010
To load: (require (planet williams/packed-binary:1:5/packed-binary))
Available in repositories: 4.x
Converted to Racket.
No Tickets Currently open for this Package [New Ticket]

 Old versions
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 4)
58
[none]
[none]Monday, December 28th, 2009
To load: (require (planet "packed-binary.ss" ("williams" "packed-binary.plt" 1 (= 4))))
Available in repositories: 4.x
Fixed issue #240: Pack of strings in incorrect.
(1 3)
17
[none]
[none]Monday, August 24th, 2009
To load: (require (planet "packed-binary.ss" ("williams" "packed-binary.plt" 1 (= 3))))
Available in repositories: 4.x
Fixed issue #198: file position doesn't get updated correctly for string type.
(1 2)
0
[none]
[none]Monday, August 24th, 2009
To load: (require (planet "packed-binary.ss" ("williams" "packed-binary.plt" 1 (= 2))))
Available in repositories: 4.x
Fixed issue #198: file position doesn't get updated correctly for string type.
(1 1)
94
[none]
[none]Thursday, September 11th, 2008
To load: (require (planet "packed-binary.ss" ("williams" "packed-binary.plt" 1 (= 1))))
Available in repositories: 4.x
Fixed the defproc references in the scribble file.
(1 0)
2
[none]
[none]Thursday, September 11th, 2008
To load: (require (planet "packed-binary.ss" ("williams" "packed-binary.plt" 1 (= 0))))
Available in repositories: 4.x
This is the initial release of the packed binary module for PLT Scheme.