The opam repository for my Advent of Agentic Humps 2025

Add karakeep.dev package

OCaml client library for the Karakeep bookmark service API.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

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

+41
+41
packages/karakeep/karakeep.dev/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Karakeep API client library for OCaml" 3 + description: 4 + "An OCaml client library for the Karakeep bookmark service API. Provides full API coverage for bookmarks, tags, lists, highlights, and user operations. Built on Eio for structured concurrency with a type-safe interface using jsont for JSON encoding/decoding." 5 + maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 6 + authors: ["Anil Madhavapeddy"] 7 + license: "ISC" 8 + homepage: "https://tangled.org/@anil.recoil.org/ocaml-karakeep" 9 + bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-karakeep/issues" 10 + depends: [ 11 + "dune" {>= "3.17"} 12 + "ocaml" {>= "5.2.0"} 13 + "requests" {>= "0.0.1"} 14 + "eio" {>= "1.2"} 15 + "eio_main" 16 + "jsont" {>= "0.1.0"} 17 + "bytesrw" 18 + "ptime" {>= "1.2.0"} 19 + "fmt" {>= "0.9.0"} 20 + "uri" {>= "4.0.0"} 21 + "cmdliner" {>= "1.3.0"} 22 + "logs" {>= "0.7.0"} 23 + "odoc" {with-doc} 24 + ] 25 + build: [ 26 + ["dune" "subst"] {dev} 27 + [ 28 + "dune" 29 + "build" 30 + "-p" 31 + name 32 + "-j" 33 + jobs 34 + "@install" 35 + "@doc" {with-doc} 36 + ] 37 + ] 38 + dev-repo: "git+https://tangled.org/@anil.recoil.org/ocaml-karakeep.git" 39 + url { 40 + src: "git+https://tangled.org/@anil.recoil.org/ocaml-karakeep.git#main" 41 + }