this repo has no description

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>

anil.recoil.org 08c4df74 af0ee831

Waiting for spindle ...
+4 -11
+2 -10
dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (using mdx 0.4) 4 3 5 4 (name jmap) ··· 7 6 (generate_opam_files true) 8 7 9 8 (license ISC) 10 - 11 9 (authors "Anil Madhavapeddy <anil@recoil.org>") 12 - 13 10 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 14 - 15 - (homepage "https://tangled.org/anil.recoil.org/ocaml-jmap") 16 - 17 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-jmap/issues") 18 - 19 - (maintenance_intent "(latest)") 11 + (source (tangled anil.recoil.org/ocaml-jmap)) 20 12 21 13 (package 22 14 (name jmap)
+2 -1
jmap.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-jmap" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-jmap/issues" 11 11 depends: [ 12 - "dune" {>= "3.20"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.4.0"} 14 14 "jsont" {>= "0.2.0"} 15 15 "json-pointer" ··· 34 34 "@doc" {with-doc} 35 35 ] 36 36 ] 37 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-jmap" 37 38 x-maintenance-intent: ["(latest)"]