1OCAMLIFY(1) User Commands OCAMLIFY(1)
2
3
4
6 ocamlify - Include files in OCaml code
7
9 ocamlify v0.0.2 by Sylvain Le Gall
10
11 Create an OCaml file including other file.
12
13 Usage: ocamlify [options] option-file
14
16 --var-string-list varname file Include file as a list of string, each
17 string representing a line (without trailing EOL character)
18
19 --var-string varname
20 file Include file as a string.
21
22 --output file
23 Output file, default to standard output
24
25 --depends
26 Output file dependencies
27
28 --target file
29 Define target of dependencies
30
31 -help Display this list of options
32
33 --help Display this list of options
34
35
36
37ocamlify 0.0.2 July 2023 OCAMLIFY(1)