aboutsummaryrefslogtreecommitdiff
path: root/lib/dune
diff options
context:
space:
mode:
authorMatias Goldfeld <[email protected]>2021-02-07 20:21:47 -0500
committerMatias Goldfeld <[email protected]>2021-02-07 20:21:47 -0500
commitb2f081fff12093a7d3434859ebd621608dde6c7d (patch)
tree5ea4f7d6ff82727d62b01fb2d234a4f8ab66aa2b /lib/dune
parentRemoved generated version numbers (diff)
downloaddisml-origin/master.tar.xz
disml-origin/master.zip
Reverted earlier changes for goodHEADorigin/masterorigin/HEADmaster
Diffstat (limited to 'lib/dune')
-rw-r--r--lib/dune56
1 files changed, 28 insertions, 28 deletions
diff --git a/lib/dune b/lib/dune
index 3305829..fc44062 100644
--- a/lib/dune
+++ b/lib/dune
@@ -1,28 +1,28 @@
-(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
- overwrites
- permissions
- presence
- reaction reaction_t
- role role_t role_id
- snowflake
- user user_t user_id user_id_t
- event_models
- cache client client_options disml dispatch endpoints event http opcode rl sharder
- )
- (libraries checkseum.ocaml core async_ssl cohttp-async decompress logs yojson websocket-async bitmasks)
- (preprocess (pps ppx_sexp_conv ppx_yojson_conv)))
-
-(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
+ overwrites
+ permissions
+ presence
+ reaction reaction_t
+ role role_t role_id
+ snowflake
+ user user_t user_id user_id_t
+ event_models
+ cache client client_options disml dispatch endpoints event http opcode rl sharder
+ )
+ (libraries checkseum.ocaml core async_ssl cohttp-async decompress logs yojson websocket-async ppx_deriving_yojson.runtime bitmasks)
+ (preprocess (pps ppx_sexp_conv ppx_deriving_yojson)))
+
+(include_subdirs unqualified)