My aggregated monorepo of OCaml code, automaintained

update to 3.21

+10 -12
+4 -6
ocaml-cookeio/cookeio.opam
··· 3 3 synopsis: "Cookie parsing and management library" 4 4 description: 5 5 "Cookeio provides cookie parsing and serialization for OCaml applications. It handles parsing Set-Cookie and Cookie headers with full support for all cookie attributes." 6 - maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 7 - authors: ["Anil Madhavapeddy"] 8 6 license: "ISC" 9 - homepage: "https://tangled.sh/@anil.recoil.org/ocaml-cookeio" 10 - doc: "https://tangled.sh/@anil.recoil.org/ocaml-cookeio" 11 - bug-reports: "https://tangled.sh/@anil.recoil.org/ocaml-cookeio/issues" 7 + homepage: "https://tangled.org/anil.recoil.org/ocaml-cookeio" 8 + bug-reports: "https://tangled.org/anil.recoil.org/ocaml-cookeio/issues" 12 9 depends: [ 13 - "dune" {>= "3.18"} 10 + "dune" {>= "3.21"} 14 11 "ocaml" {>= "5.2.0"} 15 12 "logs" {>= "0.9.0"} 16 13 "ptime" {>= "1.1.0"} ··· 35 32 "@doc" {with-doc} 36 33 ] 37 34 ] 35 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-cookeio" 38 36 x-maintenance-intent: ["(latest)"]
+2 -6
ocaml-cookeio/dune-project
··· 1 - (lang dune 3.18) 1 + (lang dune 3.21) 2 2 3 3 (name cookeio) 4 4 5 5 (generate_opam_files true) 6 6 7 7 (license ISC) 8 - (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.sh/@anil.recoil.org/ocaml-cookeio") 10 - (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.sh/@anil.recoil.org/ocaml-cookeio/issues") 12 - (documentation "https://tangled.sh/@anil.recoil.org/ocaml-cookeio") 8 + (source (tangled anil.recoil.org/ocaml-cookeio)) 13 9 (maintenance_intent "(latest)") 14 10 15 11 (package
+4
root.opam
··· 29 29 "fmt" 30 30 "fpath" 31 31 "geojson" 32 + "htmlit" 32 33 "ipaddr" 33 34 "js_of_ocaml" 34 35 "js_of_ocaml-compiler" ··· 51 52 "parsexp" 52 53 "progress" 53 54 "ptime" 55 + "ptime-clock-os" 54 56 "re" 55 57 "sexplib0" 56 58 "spdx_licenses" 59 + "tiny_httpd" 57 60 "tls" 58 61 "tls-eio" 62 + "unix" 59 63 "uri" 60 64 "uunf" 61 65 "uutf"