forked from mirage/ocaml-uri
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_tags
45 lines (45 loc) · 1.4 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
# OASIS_START
# DO NOT EDIT (digest: 3ffa8b7834f0add1469c5a2406b960ee)
# 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 uri
"lib/uri.cmxs": use_uri
# Library services
"lib/services.cmxs": use_services
# Library services_full
"lib/services_full.cmxs": use_services_full
<lib/*.ml{,i}>: pkg_re.posix
<lib/*.ml{,i}>: pkg_sexplib
<lib/*.ml{,i}>: pkg_sexplib.syntax
<lib/*.ml{,i}>: pkg_stringext
<lib/*.ml{,i}>: use_uri
# Library uri_top
"top/uri_top.cmxs": use_uri_top
# Executable test_runner
<lib_test/test_runner.{native,byte}>: pkg_oUnit
<lib_test/test_runner.{native,byte}>: pkg_re.posix
<lib_test/test_runner.{native,byte}>: pkg_sexplib
<lib_test/test_runner.{native,byte}>: pkg_sexplib.syntax
<lib_test/test_runner.{native,byte}>: pkg_stringext
<lib_test/test_runner.{native,byte}>: use_uri
<lib_test/*.ml{,i}>: pkg_oUnit
<lib_test/*.ml{,i}>: pkg_re.posix
<lib_test/*.ml{,i}>: pkg_sexplib
<lib_test/*.ml{,i}>: pkg_sexplib.syntax
<lib_test/*.ml{,i}>: pkg_stringext
<lib_test/*.ml{,i}>: use_uri
<lib_test/test_runner.{native,byte}>: custom
# OASIS_STOP
true: annot
<top/*.ml>: I(+compiler-libs)