diff options
| author | Matias Goldfeld <[email protected]> | 2021-02-07 22:20:40 +0000 |
|---|---|---|
| committer | Matias Goldfeld <[email protected]> | 2021-02-07 22:20:40 +0000 |
| commit | 452ba517fd9b363460f327084516bf0743930bbf (patch) | |
| tree | c50b49105c60b49e70c3b6677ac4cb4c0be83564 | |
| parent | Reverted attempts to add 32-bit compatibility (diff) | |
| download | disml-452ba517fd9b363460f327084516bf0743930bbf.tar.xz disml-452ba517fd9b363460f327084516bf0743930bbf.zip | |
Removed unused dependency
| -rw-r--r-- | lib/dune | 56 |
1 files changed, 28 insertions, 28 deletions
@@ -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 ppx_deriving_yojson.runtime 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 bitmasks) + (preprocess (pps ppx_sexp_conv ppx_yojson_conv))) + +(include_subdirs unqualified) |