OCaml CLI and library to the Karakeep bookmarking app

Update dune-project and opam files across packages

Sync opam package metadata including x-maintenance-intent
and external dependency specifications.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+6 -7
+4 -6
dune-project
··· 1 - (lang dune 3.18) 1 + (lang dune 3.21) 2 2 (name karakeep) 3 + 4 + (generate_opam_files true) 3 5 4 6 (license ISC) 5 7 (authors "Anil Madhavapeddy") 6 8 (maintainers "anil@recoil.org") 7 - (homepage "https://tangled.org/anil.recoil.org/ocaml-karakeep") 8 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-karakeep/issues") 9 - 10 - (generate_opam_files true) 11 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-karakeep)) 12 10 13 11 (package 14 12 (name karakeep)
+2 -1
karakeep.opam
··· 12 12 homepage: "https://tangled.org/anil.recoil.org/ocaml-karakeep" 13 13 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-karakeep/issues" 14 14 depends: [ 15 - "dune" {>= "3.18"} 15 + "dune" {>= "3.21"} 16 16 "ocaml" {>= "5.2.0"} 17 17 "requests" {>= "0.0.1"} 18 18 "eio" {>= "1.2"} ··· 42 42 "@doc" {with-doc} 43 43 ] 44 44 ] 45 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-karakeep" 45 46 x-maintenance-intent: ["(latest)"]