►
raco
:
Racket Command-
Line Tools
1
raco make
:
Compiling Source to Bytecode
2
raco link
:
Library Collection Links
3
raco exe
:
Creating Stand-
Alone Executables
4
raco distribute
:
Sharing Stand-
Alone Executables
5
raco pack
:
Packing Library Collections
6
raco unpack
:
Unpacking Library Collections
7
raco planet
:
Automatic Package Distribution
8
raco setup
:
Installation Management
9
raco decompile
:
Decompiling Bytecode
10
raco demod
:
Demodularizing Programs
11
raco ctool
:
Working with C Code
12
Adding a
raco
Command
▼
8
raco setup
:
Installation Management
8.1
Running
raco setup
8.2
"info.rkt"
File Format
8.3
API for Installation
8.4
API for Installing
".plt"
Archives
8.5
API for Finding Installation Directories
8.6
API for Reading
"info.rkt"
Files
8.7
API for Relative Paths
8.8
API for Cross-
References for Installed Manuals
On this page:
load-
collections-
xref
top
← prev
up
next →
8.8
API for Cross-References for Installed Manuals
(
require
setup/xref
)
(
load-collections-xref
[
on-load
]
)
→
xref?
on-load
:
(
->
any/c
)
=
(
lambda
(
)
(
void
)
)
Like
load-xref
, but automatically find all cross-reference files for manuals that have been installed with
setup-plt
.
top
← prev
up
next →