repackage for earlier rackets
parent
95fd4b867d
commit
53d734f976
@ -0,0 +1,14 @@
|
|||||||
|
#lang setup/infotab
|
||||||
|
|
||||||
|
(define scribblings '(("scribblings/describe.scrbl" ())))
|
||||||
|
(define blurb
|
||||||
|
(list "This library provides routines to describe Racket objects."))
|
||||||
|
(define categories '(io misc))
|
||||||
|
(define primary-file "main.rkt")
|
||||||
|
(define release-notes
|
||||||
|
(list "The function float->string is now exported. It was also extended "
|
||||||
|
"to support big floats from the Math Library. Note that descriptions "
|
||||||
|
"of big floats do not include the exact decimal value because of the "
|
||||||
|
"possibility of extremely large value exhausting memory."))
|
||||||
|
(define repositories '("4.x"))
|
||||||
|
(define required-core-version "5.0")
|
@ -1,15 +1,3 @@
|
|||||||
#lang setup/infotab
|
#lang setup/infotab
|
||||||
(define name "describe")
|
(define name "describe")
|
||||||
(define collection "describe")
|
(define collection 'multi)
|
||||||
(define scribblings '(("scribblings/describe.scrbl" ())))
|
|
||||||
(define blurb
|
|
||||||
(list "This library provides routines to describe Racket objects."))
|
|
||||||
(define categories '(io misc))
|
|
||||||
(define primary-file "main.rkt")
|
|
||||||
(define release-notes
|
|
||||||
(list "The function float->string is now exported. It was also extended "
|
|
||||||
"to support big floats from the Math Library. Note that descriptions "
|
|
||||||
"of big floats do not include the exact decimal value because of the "
|
|
||||||
"possibility of extremely large value exhausting memory."))
|
|
||||||
(define repositories '("4.x"))
|
|
||||||
(define required-core-version "5.0")
|
|
||||||
|
Loading…
Reference in New Issue