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
    '("1.4: failed generation attempts now display list of unsatisfactory values"))

  (define categories '(devtools))

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

  (define doc.txt "doc.txt")

  (define primary-file "random.ss")

  (define required-core-version "371")

  )