|
|
@ -1,9 +1,9 @@
|
|
|
|
#lang setup/infotab
|
|
|
|
#lang setup/infotab
|
|
|
|
(define name "Describe")
|
|
|
|
(define name "describe")
|
|
|
|
(define collection "Describe")
|
|
|
|
(define collection "describe")
|
|
|
|
|
|
|
|
(define scribblings '(("scribblings/describe.scrbl" ())))
|
|
|
|
(define blurb
|
|
|
|
(define blurb
|
|
|
|
(list "This library provides routines to describe Racket objects."))
|
|
|
|
(list "This library provides routines to describe Racket objects."))
|
|
|
|
(define scribblings '(("describe.scrbl" ())))
|
|
|
|
|
|
|
|
(define categories '(io misc))
|
|
|
|
(define categories '(io misc))
|
|
|
|
(define primary-file "describe.rkt")
|
|
|
|
(define primary-file "describe.rkt")
|
|
|
|
(define release-notes
|
|
|
|
(define release-notes
|
|
|
|