aboutsummaryrefslogtreecommitdiff
path: root/lib/dune
diff options
context:
space:
mode:
authorAdelyn Breedlove <[email protected]>2019-01-28 10:31:51 -0700
committerAdelyn Breedlove <[email protected]>2019-01-28 10:31:51 -0700
commit8662e92987c437f59d09896a247ec2b5d82c4528 (patch)
treef004cc14598351d4ad6b19d8e993d2f629c5e738 /lib/dune
parentAdd more docs (diff)
downloaddisml-8662e92987c437f59d09896a247ec2b5d82c4528.tar.xz
disml-8662e92987c437f59d09896a247ec2b5d82c4528.zip
Publish docs updates
Diffstat (limited to 'lib/dune')
-rw-r--r--lib/dune54
1 files changed, 27 insertions, 27 deletions
diff --git a/lib/dune b/lib/dune
index 95f3794..9003e34 100644
--- a/lib/dune
+++ b/lib/dune
@@ -1,27 +1,27 @@
-(library
- (name disml)
- (public_name disml)
- (synopsis "An OCaml library for interfacing with the Discord API")
- (modules
- activity
- attachment
- ban ban_t
- channel channel_t channel_id channel_id_t
- embed
- emoji
- guild guild_t guild_id guild_id_t
- member member_t
- message message_t message_id
- presence
- reaction reaction_t
- role role_t role_id
- snowflake
- user user_t user_id user_id_t
- event_models
- client client_options disml dispatch endpoints event http impl opcode rl s sharder
- )
- (libraries core async_ssl cohttp-async logs yojson websocket-async zlib ppx_deriving_yojson.runtime)
- (preprocess (pps ppx_jane ppx_deriving_yojson))
-)
-
-(include_subdirs unqualified)
+(library
+ (name disml)
+ (public_name disml)
+ (synopsis "An OCaml library for interfacing with the Discord API")
+ (modules
+ activity
+ attachment
+ ban ban_t
+ channel channel_t channel_id channel_id_t
+ embed
+ emoji
+ guild guild_t guild_id guild_id_t
+ member member_t
+ message message_t message_id
+ presence
+ reaction reaction_t
+ role role_t role_id
+ snowflake
+ user user_t user_id user_id_t
+ event_models
+ client client_options disml dispatch endpoints event http impl opcode rl s sharder
+ )
+ (libraries core async_ssl cohttp-async logs yojson websocket-async zlib ppx_deriving_yojson.runtime)
+ (preprocess (pps ppx_jane ppx_deriving_yojson))
+)
+
+(include_subdirs unqualified)