aboutsummaryrefslogtreecommitdiff
path: root/dune
blob: b8d2700ba50c83625d28e32a0a3885b549e1e5c9 (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 lwt cohttp cohttp.lwt yojson websocket websocket-lwt-unix zlib)
)

; Test executable
(executable
    (name bot)
	(modules bot)
    (libraries lwt disml)
)

(include_subdirs unqualified)