aboutsummaryrefslogtreecommitdiff
path: root/dune
blob: a1ec69eda40ab0ddd2be98641c8e9b84a589c796 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(library
	(name disml)
	(modules endpoints http client sharder opcode model s message guild channel)
	(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)