blob: c9ff57bc64d18bbbc3109411262248c9a2a2b6c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
(library
(name disml)
(modules
activity_t activity_j
attachment_t attachment_j
ban_t ban_j
channel_t channel_j
embed_t embed_j
emoji_t emoji_j
guild_t guild_j
member_t member_j
message_t message_j
presence_t presence_j
reaction_t reaction_j
role_t role_j
snowflake_t snowflake_j
user_t user_j
client
dispatch
endpoints
event
http
opcode
rl
s
sharder
)
(libraries core async_ssl cohttp-async yojson websocket-async zlib atdgen)
(preprocess (pps ppx_jane))
)
; Test executable
(executable
(name bot)
(modules bot handler)
(libraries core async_ssl disml)
)
(include_subdirs unqualified)
|