blob: b8da5e20d4d20fa0d8276098885614891f8d5b70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
(library
(name disml)
(modules activity attachment ban channel embed emoji guild member message presence reaction role snowflake user client dispatch endpoints event http opcode sharder)
(libraries core async_ssl cohttp-async yojson websocket-async zlib)
)
; Test executable
(executable
(name bot)
(modules bot)
(libraries core async_ssl disml)
)
(include_subdirs unqualified)
|