pull/1/head
Matthew Butterick 10 years ago
parent 616e64bf4f
commit 95fd4b867d

@ -5,7 +5,7 @@
(define blurb (define blurb
(list "This library provides routines to describe Racket objects.")) (list "This library provides routines to describe Racket objects."))
(define categories '(io misc)) (define categories '(io misc))
(define primary-file "describe.rkt") (define primary-file "main.rkt")
(define release-notes (define release-notes
(list "The function float->string is now exported. It was also extended " (list "The function float->string is now exported. It was also extended "
"to support big floats from the Math Library. Note that descriptions " "to support big floats from the Math Library. Note that descriptions "

@ -1,5 +1,5 @@
#lang racket #lang racket
;;; describe.rkt ;;; main.rkt
;;; Copyright (c) 2009-2010 M. Douglas Williams ;;; Copyright (c) 2009-2010 M. Douglas Williams
;;; ;;;
;;; This program is free software: you can redistribute it and/or modify ;;; This program is free software: you can redistribute it and/or modify
Loading…
Cancel
Save