-
Notifications
You must be signed in to change notification settings - Fork 2
/
_tags
62 lines (62 loc) · 1.89 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: 12338a8d16369cfcdca49718946af858)
# 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 packet
"lib/packet.cmxs": use_packet
<lib/*.ml{,i,y}>: pkg_cstruct
<lib/*.ml{,i,y}>: pkg_cstruct.syntax
<lib/*.ml{,i,y}>: pkg_sexplib
<lib/*.ml{,i,y}>: pkg_sexplib.syntax
<lib/*.ml{,i,y}>: pkg_str
<lib/*.ml{,i,y}>: pkg_tcpip
# Library quickcheck
"quickcheck/quickcheck.cmxs": use_quickcheck
<quickcheck/*.ml{,i,y}>: pkg_cstruct
<quickcheck/*.ml{,i,y}>: pkg_cstruct.syntax
<quickcheck/*.ml{,i,y}>: pkg_quickcheck
<quickcheck/*.ml{,i,y}>: pkg_sexplib
<quickcheck/*.ml{,i,y}>: pkg_sexplib.syntax
<quickcheck/*.ml{,i,y}>: pkg_str
<quickcheck/*.ml{,i,y}>: pkg_tcpip
<quickcheck/*.ml{,i,y}>: use_packet
# Executable testtool
"test/Test.byte": pkg_cstruct
"test/Test.byte": pkg_cstruct.syntax
"test/Test.byte": pkg_oUnit
"test/Test.byte": pkg_pa_ounit
"test/Test.byte": pkg_pa_ounit.syntax
"test/Test.byte": pkg_quickcheck
"test/Test.byte": pkg_sexplib
"test/Test.byte": pkg_sexplib.syntax
"test/Test.byte": pkg_str
"test/Test.byte": pkg_tcpip
"test/Test.byte": use_packet
"test/Test.byte": use_quickcheck
<test/*.ml{,i,y}>: pkg_cstruct
<test/*.ml{,i,y}>: pkg_cstruct.syntax
<test/*.ml{,i,y}>: pkg_oUnit
<test/*.ml{,i,y}>: pkg_pa_ounit
<test/*.ml{,i,y}>: pkg_pa_ounit.syntax
<test/*.ml{,i,y}>: pkg_quickcheck
<test/*.ml{,i,y}>: pkg_sexplib
<test/*.ml{,i,y}>: pkg_sexplib.syntax
<test/*.ml{,i,y}>: pkg_str
<test/*.ml{,i,y}>: pkg_tcpip
<test/*.ml{,i,y}>: use_packet
<test/*.ml{,i,y}>: use_quickcheck
# OASIS_STOP
<lib/*.ml>: syntax_camlp4o
<test/*.ml>: syntax_camlp4o