forked from mirage/mirage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_tags
24 lines (19 loc) · 1.16 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
true: warn(+A-4-6-7-9-40-42-44-48)
true: strict_sequence, safe_string, short_paths, principal
true: debug, annot, bin_annot
# Better locations and loc in .mlis
true: keep_locs
<lib/*>: package(ipaddr logs astring functoria functoria.app mirage-runtime bos)
# Force the runtime to be unix-independent.
<lib_runtime/*>: package(functoria-runtime ipaddr astring logs fmt)
<lib_runtime/*>: dontlink(unix str num threads)
<types/mirage_types.*>: package(mirage-device mirage-time mirage-random mirage-flow)
<types/mirage_types.*>: package(mirage-console mirage-block mirage-clock mirage-net)
<types/mirage_types.*>: package(mirage-kv mirage-fs mirage-channel)
<types/mirage_types.*>: package(mirage-protocols mirage-stack)
<types/mirage_types_lwt.*>: package(cstruct io-page lwt ipaddr mirage-types)
<types/mirage_types_lwt.*>: package(mirage-time-lwt mirage-random mirage-flow-lwt)
<types/mirage_types_lwt.*>: package(mirage-console-lwt mirage-block-lwt mirage-clock-lwt)
<types/mirage_types_lwt.*>: package(mirage-net-lwt mirage-kv-lwt mirage-fs-lwt)
<types/mirage_types_lwt.*>: package(mirage-channel-lwt)
<types/mirage_types_lwt.*>: package(mirage-protocols-lwt mirage-stack-lwt)