forked from mirage/ocaml-dns
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_tags
122 lines (122 loc) · 4.49 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# OASIS_START
# DO NOT EDIT (digest: b46ef21097bddd75899af6867db104a7)
# 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
<**/.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 dns
"lib/dns.cmxs": use_dns
"lib/base64.cmx": for-pack(Dns)
"lib/hashcons.cmx": for-pack(Dns)
"lib/loader.cmx": for-pack(Dns)
"lib/name.cmx": for-pack(Dns)
"lib/operators.cmx": for-pack(Dns)
"lib/packet.cmx": for-pack(Dns)
"lib/query.cmx": for-pack(Dns)
"lib/RR.cmx": for-pack(Dns)
"lib/trie.cmx": for-pack(Dns)
"lib/zone.cmx": for-pack(Dns)
"lib/zone_lexer.cmx": for-pack(Dns)
"lib/zone_parser.cmx": for-pack(Dns)
"lib/resolvconf.cmx": for-pack(Dns)
"lib/buf.cmx": for-pack(Dns)
"lib/protocol.cmx": for-pack(Dns)
<lib/*.ml{,i}>: package(re)
<lib/*.ml{,i}>: package(re.str)
<lib/*.ml{,i}>: package(ipaddr)
<lib/*.ml{,i}>: package(cstruct)
<lib/*.ml{,i}>: package(cstruct.syntax)
# Library lwt-core
"lwt/lwt-core.cmxs": use_lwt-core
# Library lwt
"lwt/lwt.cmxs": use_lwt
# Executable lwt_server
<lib_test/lwt_server.{native,byte}>: use_lwt
<lib_test/lwt_server.{native,byte}>: use_lwt-core
<lib_test/lwt_server.{native,byte}>: use_dns
<lib_test/lwt_server.{native,byte}>: package(lwt)
<lib_test/lwt_server.{native,byte}>: package(lwt.unix)
<lib_test/lwt_server.{native,byte}>: package(lwt.syntax)
<lib_test/lwt_server.{native,byte}>: package(re)
<lib_test/lwt_server.{native,byte}>: package(re.str)
<lib_test/lwt_server.{native,byte}>: package(ipaddr)
<lib_test/lwt_server.{native,byte}>: package(cstruct.lwt)
<lib_test/lwt_server.{native,byte}>: package(ipaddr.unix)
<lib_test/lwt_server.{native,byte}>: package(cstruct)
<lib_test/lwt_server.{native,byte}>: package(cstruct.syntax)
<lib_test/lwt_server.{native,byte}>: custom
# Executable time_server
<lib_test/time_server.{native,byte}>: use_lwt
<lib_test/time_server.{native,byte}>: use_lwt-core
<lib_test/time_server.{native,byte}>: use_dns
<lib_test/time_server.{native,byte}>: package(lwt)
<lib_test/time_server.{native,byte}>: package(lwt.unix)
<lib_test/time_server.{native,byte}>: package(lwt.syntax)
<lib_test/time_server.{native,byte}>: package(re)
<lib_test/time_server.{native,byte}>: package(re.str)
<lib_test/time_server.{native,byte}>: package(ipaddr)
<lib_test/time_server.{native,byte}>: package(cstruct.lwt)
<lib_test/time_server.{native,byte}>: package(ipaddr.unix)
<lib_test/time_server.{native,byte}>: package(cstruct)
<lib_test/time_server.{native,byte}>: package(cstruct.syntax)
<lib_test/*.ml{,i}>: use_lwt
<lib_test/*.ml{,i}>: use_lwt-core
<lib_test/*.ml{,i}>: use_dns
<lib_test/*.ml{,i}>: package(lwt)
<lib_test/*.ml{,i}>: package(lwt.unix)
<lib_test/*.ml{,i}>: package(lwt.syntax)
<lib_test/*.ml{,i}>: package(re)
<lib_test/*.ml{,i}>: package(re.str)
<lib_test/*.ml{,i}>: package(ipaddr)
<lib_test/*.ml{,i}>: package(cstruct.lwt)
<lib_test/*.ml{,i}>: package(ipaddr.unix)
<lib_test/*.ml{,i}>: package(cstruct)
<lib_test/*.ml{,i}>: package(cstruct.syntax)
<lib_test/time_server.{native,byte}>: custom
# Executable mldig
<lwt/mldig.{native,byte}>: use_lwt
<lwt/mldig.{native,byte}>: use_lwt-core
<lwt/mldig.{native,byte}>: use_dns
<lwt/mldig.{native,byte}>: package(lwt)
<lwt/mldig.{native,byte}>: package(lwt.unix)
<lwt/mldig.{native,byte}>: package(lwt.syntax)
<lwt/mldig.{native,byte}>: package(re)
<lwt/mldig.{native,byte}>: package(re.str)
<lwt/mldig.{native,byte}>: package(ipaddr)
<lwt/mldig.{native,byte}>: package(cmdliner)
<lwt/mldig.{native,byte}>: package(cstruct.lwt)
<lwt/mldig.{native,byte}>: package(ipaddr.unix)
<lwt/mldig.{native,byte}>: package(cstruct)
<lwt/mldig.{native,byte}>: package(cstruct.syntax)
<lwt/*.ml{,i}>: use_lwt
<lwt/*.ml{,i}>: use_lwt-core
<lwt/*.ml{,i}>: use_dns
<lwt/*.ml{,i}>: package(lwt)
<lwt/*.ml{,i}>: package(lwt.unix)
<lwt/*.ml{,i}>: package(lwt.syntax)
<lwt/*.ml{,i}>: package(re)
<lwt/*.ml{,i}>: package(re.str)
<lwt/*.ml{,i}>: package(ipaddr)
<lwt/*.ml{,i}>: package(cmdliner)
<lwt/*.ml{,i}>: package(cstruct.lwt)
<lwt/*.ml{,i}>: package(ipaddr.unix)
<lwt/*.ml{,i}>: package(cstruct)
<lwt/*.ml{,i}>: package(cstruct.syntax)
<lwt/mldig.{native,byte}>: custom
# OASIS_STOP
true: annot, bin_annot
<lib/*>: syntax_camlp4o, pkg_lwt.syntax
<lwt/*>: syntax_camlp4o, pkg_lwt.syntax
<mirage/*>: syntax_camlp4o, pkg_lwt.syntax
<lib_test/*>: syntax_camlp4o
<lib_test/*>: pkg_lwt.syntax
<client/*>: syntax_camlp4o, pkg_lwt.syntax