(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)