Package packed-binary.plt contributed by williams [docs]
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:3
Open tickets:0
Primary files:
[no interface available]
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 5)
148
5.02010-10-27
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]2009-12-28
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]2009-08-23
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]2009-08-23
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]2008-09-11
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]2008-09-11
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.