aboutsummaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2018-12-12 15:00:46 -0700
committerAdelyn Breelove <[email protected]>2018-12-12 15:00:46 -0700
commit260ccd9960b852b9c69b88e9840d5a8b22bb8e1d (patch)
tree4a41c663b3b719b89a20052c6ce4efbbbd2420f8 /dune
parentAdd retry on connect fail logic (diff)
downloaddisml-260ccd9960b852b9c69b88e9840d5a8b22bb8e1d.tar.xz
disml-260ccd9960b852b9c69b88e9840d5a8b22bb8e1d.zip
Work on event dispatch and add model derives
Diffstat (limited to 'dune')
-rw-r--r--dune3
1 files changed, 2 insertions, 1 deletions
diff --git a/dune b/dune
index 519a52d..74aeebc 100644
--- a/dune
+++ b/dune
@@ -1,7 +1,8 @@
(library
(name disml)
(modules activity attachment ban channel embed emoji guild member message presence reaction role snowflake user client dispatch endpoints event http opcode s sharder)
- (libraries core async_ssl cohttp-async yojson websocket-async zlib)
+ (libraries core async_ssl cohttp-async yojson websocket-async zlib ppx_deriving_yojson.runtime)
+ (preprocess (pps ppx_jane ppx_deriving_yojson))
)
; Test executable