info.ss
#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 '"This is the initial release of the packed binary module for PLT Scheme."))
(define url "http://schematics.sourceforge.net/")
(define repositories '("4.x"))