#lang setup/infotab (define name "Packed Binary") (define blurb (list "Performs conversions between PLT Scheme values and C structs represented " "as PLT Scheme byte strings. It also provides read and write routines to " "perform these conversions directly to/from binary files.")) (define scribblings '(("packed-binary.scrbl" ()))) (define categories '(io)) (define primary-file "packed-binary.ss") (define release-notes (list "Fixed issue #240: Pack of strings in incorrect.")) (define url "http://schematics.sourceforge.net/") (define repositories '("4.x"))