info.rkt
#lang setup/infotab
(define name "Describe")
(define blurb
  (list "This library provides routines to describe Racket objects."))
(define categories '(io misc))
(define primary-file "describe.ss")
(define release-notes
  (list "Updated to Racket naming conventions."))
(define url "http://schematics.sourceforge.net/")
(define repositories '("4.x"))