aboutsummaryrefslogtreecommitdiff
path: root/bindings/racket/README
blob: c9a3e0961f1bba081821987afc3157c93ef3e578 (plain)
1
2
3
4
5
6
7
8
9
10
11
			  ppamltracer-racket, v0.2.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'.