info.ss
(module info (lib "infotab.ss" "setup")
  (define name "Bit-IO")
  (define blurb
    (list '(span (b "Bit IO")
                 (p "This package provides the operations for reading and writing bits from and to files."))))
  (define primary-file "bit-io.scm")
  (define doc.txt "doc.txt")
  (define categories '(io))
  (define version "2"))