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

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'.