[racket-dev] Release Announcement for v5.3, second draft
On 2012-08-01 09:44:13 -0400, Sam Tobin-Hochstadt wrote:
> > * The `tex2page' and `combinator-parser' libraries have been moved
> > from the Racket distribution to PLaneT.
>
> This should include the URLs to the planet packages, and perhaps the
> `require` lines.
For convenience:
http://planet.racket-lang.org/display.ss?package=combinator-parser.plt&owner=plt
http://planet.racket-lang.org/display.ss?package=tex2page.plt&owner=plt
(require (planet plt/tex2page))
(require (planet plt/combinator-parser))
Cheers,
Asumu