OCaml client for the LinkedIn Voyager API
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Apply dune fmt to dune files

Renaming packages to nox-* pushed several (libraries ...) lines past
dune fmt's wrap threshold, so dune fmt now spreads them one-per-line.
No semantic changes.

+10 -1
+10 -1
bin/dune
··· 2 2 (name main) 3 3 (public_name linkedin) 4 4 (package linkedin) 5 - (libraries linkedin cmdliner eio_main fmt logs vlog nox-tty monopam-info nox-xdge)) 5 + (libraries 6 + linkedin 7 + cmdliner 8 + eio_main 9 + fmt 10 + logs 11 + vlog 12 + nox-tty 13 + monopam-info 14 + nox-xdge))