aboutsummaryrefslogtreecommitdiff
path: root/bindings/racket/README
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/racket/README')
-rw-r--r--bindings/racket/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/bindings/racket/README b/bindings/racket/README
new file mode 100644
index 0000000..b6c9d06
--- /dev/null
+++ b/bindings/racket/README
@@ -0,0 +1,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'.