info.ss
(module info (lib "infotab.ss" "setup")
  (define name "mboxrd-read")
  (define blurb `("A library of 2 functions for parsing files in the standard mboxrd format"))
  (define release-notes `("This version has a main.ss file, and scribble docs"))
  (define categories `(io))
  (define primary-file `("main.ss"))
  (define version "20090325")
  (define repositories '("4.x"))
  (define scribblings '(("mboxrd-read.scrbl" ()))))