1 2 3 4 5 6 7 8 9 10 11 12 13 14
(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)