aboutsummaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
authorMishio595 <[email protected]>2018-11-24 09:51:03 -0700
committerMishio595 <[email protected]>2018-11-24 09:51:03 -0700
commitd342c4cf9fe907d2107cd815f9988f8ad147218b (patch)
treefebb926d6f3e1956346db2d3ee952391b193deb9 /dune
parentAdd opam build file (diff)
downloaddisml-d342c4cf9fe907d2107cd815f9988f8ad147218b.tar.xz
disml-d342c4cf9fe907d2107cd815f9988f8ad147218b.zip
Major structural changes
Diffstat (limited to 'dune')
-rw-r--r--dune8
1 files changed, 4 insertions, 4 deletions
diff --git a/dune b/dune
index 2b4861d..a1ec69e 100644
--- a/dune
+++ b/dune
@@ -1,14 +1,14 @@
(library
(name disml)
- (modules endpoints http client sharder opcode)
+ (modules endpoints http client sharder opcode model s message guild channel)
(libraries core async_ssl cohttp-async yojson websocket-async zlib)
)
; Test executable
(executable
- (name bot)
+ (name bot)
(modules bot)
- (libraries core async disml)
+ (libraries core async_ssl disml)
)
-(include_subdirs unqualified) \ No newline at end of file
+(include_subdirs unqualified)