Mirror of describe
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Greg Hendershott e79a2cc397 Replace planet requires with local requires of main.rkt.
Otherwise this package's implementation would be using the planet
package -- and causing users of this package to download the planet
package -- which doesn't seem right.

Furthermore, my understanding is that it's preferable within a package
to use a relative require -- like `(require "main.rkt")` -- instead of
requiring the collection itself -- like either of `(require describe)`
or `(require (planet williams/describe/describe))`. So even if this were
still a planet package, I think this would be a good change to make.
10 years ago
describe Replace planet requires with local requires of main.rkt. 10 years ago
.gitignore update gitignore 10 years ago
README.md Initial commit 10 years ago
info.rkt repackage for earlier rackets 10 years ago
license.txt sources from planet 1.5 10 years ago

README.md

describe

Mirror of describe