info.ss
#lang setup/infotab
(define name "Describe")
(define blurb
  (list "This library provides routines to describe PLT Scheme objects."))
(define categories '(io misc))
(define primary-file "describe.ss")
(define release-notes
  (list "Initial release of describe. There is no documentation as yet,"
        "but just (require (planet williams/describe/describe)) and then"
        "(describe <anything>). For example:"
        ">(describe (sqrt 10))"
        "3.1622776601683795 is an inexact positive real number"))
(define url "http://schematics.sourceforge.net/")
(define repositories '("4.x"))