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.3:"
      (li "changed default random characters to capital letters")
      (li "changed random/choose-int-between contract to require i <= j")
      (li "changed schemeunit annotation from 'FastTest x' to 'random-x'")))

  (define categories '(devtools))

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

  (define doc.txt "doc.txt")

  (define primary-file "random.ss")

  (define required-core-version "371")

  )