diff options
| author | Adelyn Breedlove <[email protected]> | 2018-11-18 19:05:53 +0000 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2018-11-18 19:05:53 +0000 |
| commit | 84d98bd3b227ac2bba5163d4e616d73e355494ee (patch) | |
| tree | 7ec65e89673ad8d9e70b12482206e27e9fa77704 /dune | |
| parent | Merge branch 'dev' into 'master' (diff) | |
| parent | Event dispatch and client abstraction (diff) | |
| download | disml-84d98bd3b227ac2bba5163d4e616d73e355494ee.tar.xz disml-84d98bd3b227ac2bba5163d4e616d73e355494ee.zip | |
Merge branch 'dev' into 'master'
Add event dispatch and the Client module
See merge request Mishio595/disml!4
Diffstat (limited to 'dune')
| -rw-r--r-- | dune | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,14 +1,14 @@ (library (name disml) (modules endpoints http client sharder opcode) - (libraries lwt cohttp cohttp.lwt yojson websocket websocket-lwt-unix zlib) + (libraries core async_ssl cohttp-async yojson websocket-async zlib) ) ; Test executable (executable (name bot) (modules bot) - (libraries lwt disml) + (libraries core async disml) ) (include_subdirs unqualified)
\ No newline at end of file |