Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 258 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 258 Bytes

OCaml + Lwt + Cohttp

Enable more open files:

ulimit -n 12000

Install dependencies:

opam install -y --deps-only --with-test .

Run:

opam exec -- dune exec -- bin/main.exe

Test:

opam exec -- dune runtest