1OASIS(1) User Commands OASIS(1)
2
3
4
6 oasis - Tooling for building OCaml libraries and applications
7
9 OASIS v0.4.11 (C) 2009-2014 OCamlCore SARL, Sylvain Le Gall
10
11 oasis [global-options*] subcommand [subcommand-options*]
12
13 Environment variables:
14
15 OASIS_PAGER: pager to use to display long textual output.
16
17 Global command line options:
18
19 This program allows to manipulate OASIS enabled package, i.e. package
20 that contains an `_oasis` file. It is made of several subcommands that
21 provide features around this file. Some subcommands require the instalā
22 lation of third party plugins.
23
24 You need to specify a subcommand as defined in the following above.
25
26 -quiet Run quietly
27
28 -info Display information message
29
30 -debug Output debug message
31
32 -ignore-plugins
33 Ignore plugin's field.
34
35 -C dir Change directory before running (affects setup.{data,log}).
36
37 -help|--help
38 Display this list of options
39
40 Available subcommands:
41
42 check Check an _oasis file
43
44 help Display help for a subcommand
45
46 manual Display user manual
47
48 query Query an _oasis file
49
50 quickstart
51 Launch a helper to write `_oasis` file
52
53 setup Translate _oasis into a build system
54
55 setup-clean
56 Clean all template files from their content
57
58 version
59 Display the version of the OASIS program running
60
61
62
63oasis 0.4.11 February 2019 OASIS(1)