dstorrs / racket-dstorrs-libs

4 stars 2 forks source link

NAME handy

DESCRIPTION

A set of convenience libraries:

Use these by:

In Racket code: (require "../path/to/libdir/handy/HTML-Element.rkt")

Or, put this in your .bashrc (or other shell setup file):

export PLTCOLLECTS=/path/to/libdir:$PLTCOLLECTS

Then in your code you can use:

(require handy/HTML-Element)

For me, this would be:

In .bashrc:     export PLTCOLLECTS=/Users/dstorrs/projects/libs/racket/handy:$PLTCOLLECTS
In Racket code: (require handy/HTML-Element)

VERSION HISTORY

1.2.7 - Initial release to Racket package server. Value chosen completely arbitrarily.