1OBUILD-SIMPLE(1)                 User Commands                OBUILD-SIMPLE(1)
2
3
4

NAME

6       obuild-simple - simple package build system for OCaml
7

DESCRIPTION

9       usage: obuild-simple [opts] main.ml
10
11       --debug activate build system debug
12
13       --native build native executable
14
15       --bytecode build bytecode executable
16
17       -p build with profiling
18
19       -g build with debugging
20
21       --srcdir where to find the ML sources (default: current directory)
22
23       --cdir where to find the C sources (default: current directory)
24
25       --cinclude append one path to the C include files
26
27       --clibpath append one path to the list of path
28
29       --clib append one system library
30
31       --cfile append one c file
32
33       --cpkg append one c pckage
34
35       --dep append one dependency
36
37       --deps x,y,z append dependencies x, y and z
38
39       --depends append one dependency
40
41       -help  Display this list of options
42
43       --help Display this list of options
44
45
46
47obuild-simple                    February 2019                OBUILD-SIMPLE(1)
Impressum