(library (name animus) (modules endpoints client shard opcode shardManager http) (libraries core async cohttp cohttp.async yojson websocket websocket.async) ) ; Test executable (executable (name bot) (modules bot) (libraries core async animus) ) (include_subdirs unqualified)