aboutsummaryrefslogtreecommitdiff
path: root/dune
blob: 8645b6317f19d92824b24a129cc7f8b4621fad3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(library
	(name disml)
	(modules attachment channel embed emoji guild member message reaction role snowflake user client endpoints 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)