-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tags
62 lines (62 loc) · 1.87 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: a963720d893466100ab8b9cc3ff988bb)
# 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 rip
"src/rip.cmxs": use_rip
# Library rip_lwt
"src/rip_lwt.cmxs": use_rip_lwt
<src/*.ml{,i,y}>: pkg_cohttp
<src/*.ml{,i,y}>: pkg_cohttp-lwt
<src/*.ml{,i,y}>: pkg_cohttp-lwt-unix
<src/*.ml{,i,y}>: pkg_lwt
<src/*.ml{,i,y}>: pkg_re
<src/*.ml{,i,y}>: pkg_result
<src/*.ml{,i,y}>: pkg_tyre
<src/*.ml{,i,y}>: pkg_uri
<src/*.ml{,i,y}>: use_rip
# Executable test
<tests/test.{native,byte}>: pkg_alcotest
<tests/test.{native,byte}>: pkg_cohttp
<tests/test.{native,byte}>: pkg_cohttp-lwt
<tests/test.{native,byte}>: pkg_cohttp-lwt-unix
<tests/test.{native,byte}>: pkg_lwt
<tests/test.{native,byte}>: pkg_lwt.ppx
<tests/test.{native,byte}>: pkg_ppx_deriving.show
<tests/test.{native,byte}>: pkg_re
<tests/test.{native,byte}>: pkg_result
<tests/test.{native,byte}>: pkg_threads
<tests/test.{native,byte}>: pkg_tyre
<tests/test.{native,byte}>: pkg_uri
<tests/test.{native,byte}>: use_rip
<tests/test.{native,byte}>: use_rip_lwt
<tests/*.ml{,i,y}>: pkg_alcotest
<tests/*.ml{,i,y}>: pkg_cohttp
<tests/*.ml{,i,y}>: pkg_cohttp-lwt
<tests/*.ml{,i,y}>: pkg_cohttp-lwt-unix
<tests/*.ml{,i,y}>: pkg_lwt
<tests/*.ml{,i,y}>: pkg_lwt.ppx
<tests/*.ml{,i,y}>: pkg_ppx_deriving.show
<tests/*.ml{,i,y}>: pkg_re
<tests/*.ml{,i,y}>: pkg_result
<tests/*.ml{,i,y}>: pkg_threads
<tests/*.ml{,i,y}>: pkg_tyre
<tests/*.ml{,i,y}>: pkg_uri
<tests/*.ml{,i,y}>: use_rip
<tests/*.ml{,i,y}>: use_rip_lwt
# OASIS_STOP
true: warn(-40)
<examples>: -traverse
<tests>: -traverse