OCaml client for the LinkedIn Voyager API
0
fork

Configure Feed

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

Prefix encoding packages with nox-

Extends the nox- prefix to the remaining encoding/codec packages —
none clash with opam-repository today, but the rule "blacksun forks
get nox-" applies the same way regardless of conflict status.

Renamed: json, xml, meta, opam, protobuf -> nox-*

+4 -4
+1 -1
dune-project
··· 27 27 (requests (>= 0.1)) 28 28 (fmt (>= 0.9)) 29 29 (logs (>= 0.7)) 30 - (json (>= 0.1)) 30 + (nox-json (>= 0.1)) 31 31 (nox-crypto (>= 0.1)) 32 32 (nox-kdf (>= 0.1)) 33 33 (uri (>= 4.0))
+1 -1
lib/dune
··· 5 5 eio 6 6 fmt 7 7 logs 8 - json 8 + nox-json 9 9 nox-crypto 10 10 nox-kdf.pbkdf 11 11 requests
+1 -1
linkedin.opam
··· 18 18 "requests" {>= "0.1"} 19 19 "fmt" {>= "0.9"} 20 20 "logs" {>= "0.7"} 21 - "json" {>= "0.1"} 21 + "nox-json" {>= "0.1"} 22 22 "nox-crypto" {>= "0.1"} 23 23 "nox-kdf" {>= "0.1"} 24 24 "uri" {>= "4.0"}
+1 -1
test/dune
··· 2 2 (name test) 3 3 (deps 4 4 (source_tree fixtures)) 5 - (libraries linkedin alcotest json fmt ptime re)) 5 + (libraries linkedin alcotest nox-json fmt ptime re))