OCaml client for the LinkedIn Voyager API
0
fork

Configure Feed

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

linkedin: declare eio_main, monopam-info, tty, vlog, xdge dependencies

bin/dune uses all five. Surfaced by `dune build -p linkedin`.

+10
+5
dune-project
··· 32 32 (cmdliner (>= 1.2)) 33 33 (lambdasoup (>= 1.0)) 34 34 (re (>= 1.11)) 35 + eio_main 36 + monopam-info 37 + tty 38 + vlog 39 + xdge 35 40 (mdx :with-test) 36 41 (alcotest :with-test)))
+5
linkedin.opam
··· 23 23 "cmdliner" {>= "1.2"} 24 24 "lambdasoup" {>= "1.0"} 25 25 "re" {>= "1.11"} 26 + "eio_main" 27 + "monopam-info" 28 + "tty" 29 + "vlog" 30 + "xdge" 26 31 "mdx" {with-test} 27 32 "alcotest" {with-test} 28 33 "odoc" {with-doc}