-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_tags
62 lines (59 loc) · 2.2 KB
/
_tags
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# OASIS_START
# DO NOT EDIT (digest: 459a813757444cf76619ba23a27009af)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
true: annot, bin_annot
<**/.svn>: -traverse
<**/.svn>: not_hygienic
".bzr": -traverse
".bzr": not_hygienic
".hg": -traverse
".hg": not_hygienic
".git": -traverse
".git": not_hygienic
"_darcs": -traverse
"_darcs": not_hygienic
# Library eliomlang_ppx
"lib/eliomlang_ppx.cmxs": use_eliomlang_ppx
<lib/*.ml{,i,y}>: package(ppx_core)
<lib/*.ml{,i,y}>: package(ppx_tools)
<lib/*.ml{,i,y}>: package(ppx_tools.metaquot)
# Executable eliom_desugar
<bin/eliom_desugar.{native,byte}>: package(ppx_core)
<bin/eliom_desugar.{native,byte}>: package(ppx_tools)
<bin/eliom_desugar.{native,byte}>: package(ppx_tools.metaquot)
<bin/eliom_desugar.{native,byte}>: use_eliomlang_ppx
# Library eliomlang_ppx_ex
"bin/eliomlang_ppx_ex.cmxs": use_eliomlang_ppx_ex
# Library eliom_runtime_server
"runtime/server/eliom_runtime_server.cmxs": use_eliom_runtime_server
<runtime/server/*.ml{,i,y}>: package(re)
# Library eliom_runtime_client
"runtime/client/eliom_runtime_client.cmxs": use_eliom_runtime_client
<runtime/client/*.ml{,i,y}>: package(js_of_ocaml)
<runtime/client/*.ml{,i,y}>: package(js_of_ocaml.ppx)
<runtime/client/*.ml{,i,y}>: package(lwt)
# Library eliom_runtime_lwt
"runtime/lwt/eliom_runtime_lwt.cmxs": use_eliom_runtime_lwt
<runtime/lwt/*.ml{,i,y}>: package(lwt)
<runtime/lwt/*.ml{,i,y}>: package(re)
<runtime/lwt/*.ml{,i,y}>: use_eliom_runtime_server
# Executable ppx_tester
<bin/ppx_tester.{native,byte}>: package(ppx_core)
<bin/ppx_tester.{native,byte}>: package(ppx_tools)
<bin/ppx_tester.{native,byte}>: package(ppx_tools.metaquot)
<bin/ppx_tester.{native,byte}>: use_eliomlang_ppx
<bin/*.ml{,i,y}>: package(ppx_core)
<bin/*.ml{,i,y}>: package(ppx_tools)
<bin/*.ml{,i,y}>: package(ppx_tools.metaquot)
<bin/*.ml{,i,y}>: use_eliomlang_ppx
# OASIS_STOP
# Work around ppx_core issues
<*/*.{native,byte}>: predicate(ppx_driver)
true: warn(+A-4-6-9-40-42-44-48)
true: warn_error(+1..49)
true: strict_sequence, safe_string, short_paths, strict_formats
true: bin_annot
# Better locations and loc in .mlis
true: keep_locs