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