aboutsummaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
authorMishio595 <[email protected]>2018-10-29 06:25:22 -0600
committerMishio595 <[email protected]>2018-10-29 06:25:22 -0600
commit5a1aae149fafa2848c2cd89a3c75992653380201 (patch)
treed6c2567ab3854aa6fb51aa4a2d715cf42f76ff52 /dune
parentMore random stuff with sharding (diff)
downloaddisml-5a1aae149fafa2848c2cd89a3c75992653380201.tar.xz
disml-5a1aae149fafa2848c2cd89a3c75992653380201.zip
Moving to LWT branch
Diffstat (limited to 'dune')
-rw-r--r--dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/dune b/dune
index e1e6f80..155c5d3 100644
--- a/dune
+++ b/dune
@@ -1,6 +1,6 @@
(library
(name animus)
- (modules endpoints client shardManager http)
+ (modules endpoints client shard opcode shardManager http)
(libraries lwt lwt.unix cohttp cohttp.lwt yojson websocket websocket.lwt)
)