-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_tags
More file actions
11 lines (11 loc) · 847 Bytes
/
_tags
File metadata and controls
11 lines (11 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
<server/*>: package(eliom.server), package(react), package(lwt.ppx),thread,package(ppx_deriving_protobuf)
<markdown*>: package(eliom.server),thread,package(lwt.ppx)
<app_stub*>: package(eliom.server),thread,package(lwt.ppx)
<widgets*>: package(eliom.server),thread,package(lwt.ppx)
<client/*>: package(eliom.client), package(lwt.ppx), package(react), package(js_of_ocaml.ppx), linkall
<common_client*>: package(eliom.client)
<data/*>: for-pack(Data), package(react), package(eliom.server), thread, package(lwt.ppx), package(inotify.lwt), package(ppx_deriving_protobuf)
<bep/*>: package(lwt.ppx),package(sqlite3),package(sha),package(inotify.lwt),package(ppx_bitstring.ext), package(bitstring),package(lwt.ssl),for-pack(Bep), thread
<utils/*>:for-pack(Utils), thread
<utils/kvstore*>:package(sqlite3), thread
<server/irc*>: package(irc-client.lwt)