JSON web tokens in OCaml
0
fork

Configure Feed

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

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>

+4 -11
+2 -10
dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name jsonwt) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 - 9 7 (authors "Anil Madhavapeddy") 10 - 11 - (homepage "https://tangled.org/anil.recoil.org/ocaml-jsonwt") 12 - 13 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 14 - 15 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-jsonwt/issues") 16 - 17 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-jsonwt)) 18 10 19 11 (package 20 12 (name jsonwt)
+2 -1
jsonwt.opam
··· 13 13 homepage: "https://tangled.org/anil.recoil.org/ocaml-jsonwt" 14 14 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-jsonwt/issues" 15 15 depends: [ 16 - "dune" {>= "3.20"} 16 + "dune" {>= "3.21"} 17 17 "ocaml" {>= "5.1"} 18 18 "jsont" {>= "0.2.0"} 19 19 "bytesrw" {>= "0.1.0"} ··· 44 44 "@doc" {with-doc} 45 45 ] 46 46 ] 47 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-jsonwt" 47 48 x-maintenance-intent: ["(latest)"]