#lang setup/infotab (define name "Describe") (define blurb (list "This library provides routines to describe Racket objects.")) (define scribblings '(("describe.scrbl" ()))) (define categories '(io misc)) (define primary-file "describe.rkt") (define release-notes (list "Added Scribble documentation.")) (define url "http://schematics.sourceforge.net/") (define repositories '("4.x")) (define required-core-version "5.0")