aboutsummaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
authorAdelyn Breedlove <[email protected]>2018-11-18 19:05:53 +0000
committerAdelyn Breedlove <[email protected]>2018-11-18 19:05:53 +0000
commit84d98bd3b227ac2bba5163d4e616d73e355494ee (patch)
tree7ec65e89673ad8d9e70b12482206e27e9fa77704 /dune
parentMerge branch 'dev' into 'master' (diff)
parentEvent dispatch and client abstraction (diff)
downloaddisml-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--dune4
1 files changed, 2 insertions, 2 deletions
diff --git a/dune b/dune
index b8d2700..2b4861d 100644
--- a/dune
+++ b/dune
@@ -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