1 2 3 4 5 6 7 8 9 10 11 12 13
(library (name animus) (modules endpoints gateway http) (libraries lwt lwt.unix cohttp cohttp.lwt yojson websocket) ) (executable (name bot) (modules bot) (libraries lwt lwt.unix animus) ) (include_subdirs unqualified)