aboutsummaryrefslogtreecommitdiff
path: root/bindings/racket/README
blob: b731106ac95ae203075d1f05dee815c18b16dbd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
			  ppamltracer-racket, v0.2.1

This package contains Racket bindings to ppamltracer.  It requires Racket v5.2
or later.

Currently, this package is designed to be used as a collection; to install it,
you should type `raco link --name ppamltracer .'.  (You may uninstall it with
`raco link --remove ppamltracer'.)

To build the documentation, which contains a detailed example of use, you
should run `scribble ++xref-in setup/xref load-collections-xref manual.scrbl'.