Revision 5a71ed25
Added by Christophe Garion over 4 years ago
src/_tags.in | ||
---|---|---|
19 | 19 |
<**/.svn>: not_hygienic |
20 | 20 |
|
21 | 21 |
# packages |
22 |
<**/*.native> : package(ocamlgraph) |
|
23 |
<**/*.native> : use_str |
|
24 |
<**/*.native> : use_unix |
|
25 |
<**/*.native> : package(num) |
|
26 |
<**/parser_json.ml> : package(yojson) |
|
27 |
<**/main_with_json.*>: package(yojson) |
|
22 |
<**/*.native> : package(ocamlgraph) |
|
23 |
<**/*.native> : use_str |
|
24 |
<**/main_lustre_compiler.native>: use_unix |
|
25 |
<**/main_lustre_testgen.native> : use_unix |
|
26 |
<**/*.native> : package(num) |
|
27 |
<**/parser_json.ml> : package(logs) |
|
28 |
<**/parser_json.ml> : package(yojson) |
|
29 |
<**/main_with_json.*> : package(logs) |
|
30 |
<**/main_with_json.*> : package(cmdliner) |
|
31 |
<**/main_with_json.*> : package(fmt.tty) |
|
32 |
<**/main_with_json.*> : package(fmt.cli) |
|
33 |
<**/main_with_json.*> : package(logs.fmt) |
|
34 |
<**/main_with_json.*> : package(logs.cli) |
|
35 |
<**/main_with_json.*> : package(yojson) |
|
28 | 36 |
|
29 | 37 |
# Required for ocamldoc. Otherwise failed to build |
30 | 38 |
<*.ml{,i}>: package(ocamlgraph) |
Also available in: Unified diff
json-parser: use Logs and Cmdliner librairies