OCaml CLI and library to the Karakeep bookmarking app
0
fork

Configure Feed

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

switch to nox-xdg for now

+3 -3
+1 -1
dune-project
··· 27 27 (uri (>= "4.0.0")) 28 28 (cmdliner (>= "1.3.0")) 29 29 (logs (>= "0.7.0")) 30 - nox-xdge 30 + nox-xdg 31 31 tomlt 32 32 (odoc :with-doc)))
+1 -1
karakeep.opam
··· 23 23 "uri" {>= "4.0.0"} 24 24 "cmdliner" {>= "1.3.0"} 25 25 "logs" {>= "0.7.0"} 26 - "nox-xdge" 26 + "nox-xdg" 27 27 "tomlt" 28 28 "odoc" {with-doc} 29 29 ]
+1 -1
lib/cmd/dune
··· 13 13 eio 14 14 eio_main 15 15 nox-json 16 - nox-xdge 16 + nox-xdg.eio 17 17 tomlt.eio))