aboutsummaryrefslogtreecommitdiff
path: root/dune
blob: 2b4861d96525e38df3d7e91f9ec047db970b0264 (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)
	(libraries core async_ssl cohttp-async yojson websocket-async zlib)
)

; Test executable
(executable
    (name bot)
	(modules bot)
    (libraries core async disml)
)

(include_subdirs unqualified)