info.ss
(module info (lib "infotab.ss" "setup")

  (define name "FastTest Random Test Case Generation")

  (define blurb '("FastTest random test case generation. "
                  "Inspired by the QuickCheck library for Haskell. "))

  (define release-notes
    '("2.0: updated for PLT Scheme 4.0 compatibility. Known style issues:"
      (ul
       (li "does not have Scribble documentation,")
       (li "does not use new keyword arguments,")
       (li "does not use main.ss convention."))))

  (define categories '(devtools))

  (define can-be-loaded-with 'all)

  (define homepage "http://www.ccs.neu.edu/home/cce/software.html")

  (define primary-file "random.ss")

  (define repositories '("4.x"))

  )