(library (name animus) (modules endpoints client shardManager http) (libraries lwt lwt.unix cohttp cohttp.lwt yojson websocket websocket.lwt) ) ; Test executable (executable (name bot) (modules bot) (libraries lwt lwt.unix animus) ) (include_subdirs unqualified)