info.ss
#lang setup/infotab

(define name "FastTest")

(define blurb (list "Automated randomized test case generation."))

(define release-notes
  '("3.9: Updated for compatibility with Racket v5.1."))

(define categories '(devtools))

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

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

(define required-core-version "4.2")

(define primary-file "random.ss")

(define scribblings '(["manual.scrbl" (multi-page)]))