diff options
| author | Adelyn Breedlove <[email protected]> | 2018-11-14 01:44:29 +0000 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2018-11-14 01:44:29 +0000 |
| commit | 5bf5b020ae2b95d924cc4e39e73dd98490c7cc2d (patch) | |
| tree | 9da8fb076a861afc5d21fff705484a0a57e9ab9a /dune | |
| parent | Merge branch 'dev' into 'master' (diff) | |
| parent | New name who dis (diff) | |
| download | disml-5bf5b020ae2b95d924cc4e39e73dd98490c7cc2d.tar.xz disml-5bf5b020ae2b95d924cc4e39e73dd98490c7cc2d.zip | |
Merge branch 'dev' into 'master'
Dev
See merge request Mishio595/disml!3
Diffstat (limited to 'dune')
| -rw-r--r-- | dune | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ (library - (name animus) + (name disml) (modules endpoints http client sharder opcode) (libraries lwt cohttp cohttp.lwt yojson websocket websocket-lwt-unix zlib) ) @@ -8,7 +8,7 @@ (executable (name bot) (modules bot) - (libraries lwt animus) + (libraries lwt disml) ) (include_subdirs unqualified)
\ No newline at end of file |