forked from avsm/mirari
-
Notifications
You must be signed in to change notification settings - Fork 5
/
_tags
40 lines (40 loc) · 1.18 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
# OASIS_START
# DO NOT EDIT (digest: 9f0b32affaecd400f875739e58d9411d)
# 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 mirage
"lib/mirage.cmxs": use_mirage
# Library mirage-types
"lib/mirage-types.cmxs": use_mirage-types
# Executable mirage
<lib/main.{native,byte}>: use_mirage
<lib/main.{native,byte}>: pkg_cmdliner
<lib/main.{native,byte}>: pkg_mirage-types
<lib/main.{native,byte}>: pkg_ipaddr
<lib/main.{native,byte}>: pkg_unix
<lib/main.{native,byte}>: pkg_dynlink
<lib/main.{native,byte}>: pkg_lwt
<lib/main.{native,byte}>: pkg_cstruct
<lib/main.{native,byte}>: pkg_re.str
<lib/*.ml{,i}>: use_mirage
<lib/*.ml{,i}>: pkg_cmdliner
<lib/*.ml{,i}>: pkg_mirage-types
<lib/*.ml{,i}>: pkg_ipaddr
<lib/*.ml{,i}>: pkg_unix
<lib/*.ml{,i}>: pkg_dynlink
<lib/*.ml{,i}>: pkg_lwt
<lib/*.ml{,i}>: pkg_cstruct
<lib/*.ml{,i}>: pkg_re.str
# OASIS_STOP
true: debug, bin_annot, annot