diff options
| author | Mishio595 <[email protected]> | 2018-11-04 23:14:24 -0700 |
|---|---|---|
| committer | Mishio595 <[email protected]> | 2018-11-04 23:14:24 -0700 |
| commit | a5c83afc6ba737734ffbb5f510e34fcce2a5a3b1 (patch) | |
| tree | 92c43be8effe3904d5d7af632812fb4990f7d4c7 /dune | |
| parent | Fix build file (diff) | |
| download | disml-a5c83afc6ba737734ffbb5f510e34fcce2a5a3b1.tar.xz disml-a5c83afc6ba737734ffbb5f510e34fcce2a5a3b1.zip | |
Single shard mostly working
Diffstat (limited to 'dune')
| -rw-r--r-- | dune | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ (library (name animus) (modules endpoints http client sharder opcode) - (libraries lwt cohttp cohttp.lwt yojson websocket websocket-lwt-unix) + (libraries lwt cohttp cohttp.lwt yojson websocket websocket-lwt-unix zlib) ) ; Test executable |