info.rkt
#lang setup/infotab
(define name "Packed Binary")
(define blurb
  (list "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."))
(define scribblings '(("packed-binary.scrbl" ())))
(define categories '(io))
(define primary-file "packed-binary.rkt")
(define release-notes
  (list "Converted to Racket."))
(define url "http://schematics.sourceforge.net/")
(define repositories '("4.x"))
(define required-core-version "5.0")