My aggregated monorepo of OCaml code, automaintained

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>

+210 -288
+4 -1
arod/arod.opam
··· 9 9 maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 10 10 authors: ["Anil Madhavapeddy <anil@recoil.org>"] 11 11 license: "ISC" 12 + homepage: "https://tangled.org/anil.recoil.org/arod" 13 + bug-reports: "https://tangled.org/anil.recoil.org/arod/issues" 12 14 depends: [ 13 - "dune" {>= "3.18"} 15 + "dune" {>= "3.21"} 14 16 "ocaml" {>= "5.2"} 15 17 "bushel" {>= "0.1"} 16 18 "tiny_httpd" {>= "0.17"} ··· 41 43 "@doc" {with-doc} 42 44 ] 43 45 ] 46 + dev-repo: "git+https://tangled.org/anil.recoil.org/arod" 44 47 x-maintenance-intent: ["(latest)"]
+2 -2
arod/dune-project
··· 1 - (lang dune 3.18) 1 + (lang dune 3.21) 2 2 (name arod) 3 3 4 4 (generate_opam_files true) 5 - (maintenance_intent "(latest)") 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy <anil@recoil.org>") 9 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 9 + (source (tangled anil.recoil.org/arod)) 10 10 11 11 (package 12 12 (name arod)
+1 -1
dune-project
··· 1 - (lang dune 3.20) 1 + (lang dune 3.21) 2 2 (name root) 3 3 4 4 (generate_opam_files true)
+2 -6
monopam/dune-project
··· 1 - (lang dune 3.20) 1 + (lang dune 3.21) 2 2 (name monopam) 3 3 4 4 (generate_opam_files true) ··· 6 6 (license ISC) 7 7 (authors "Anil Madhavapeddy <anil@recoil.org>") 8 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 9 - (source (uri "git+https://tangled.org/anil.recoil.org/monopam.git")) 10 - (homepage "https://tangled.org/anil.recoil.org/monopam") 11 - (bug_reports "https://tangled.org/anil.recoil.org/monopam/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/monopam)) 13 10 14 11 (package 15 12 (name monopam) ··· 17 14 (description "Monopam helps manage an opam overlay by synchronizing packages between individual git checkouts and a monorepo using git subtrees.") 18 15 (depends 19 16 (ocaml (>= 5.2.0)) 20 - (dune (>= 3.20)) 21 17 (eio (>= 1.2)) 22 18 (eio_main (>= 1.2)) 23 19 (tomlt (>= 0.1.0))
+2 -2
monopam/monopam.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/monopam" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/monopam/issues" 11 11 depends: [ 12 + "dune" {>= "3.21"} 12 13 "ocaml" {>= "5.2.0"} 13 - "dune" {>= "3.20" & >= "3.20"} 14 14 "eio" {>= "1.2"} 15 15 "eio_main" {>= "1.2"} 16 16 "tomlt" {>= "0.1.0"} ··· 43 43 "@doc" {with-doc} 44 44 ] 45 45 ] 46 - dev-repo: "git+https://tangled.org/anil.recoil.org/monopam.git" 46 + dev-repo: "git+https://tangled.org/anil.recoil.org/monopam" 47 47 x-maintenance-intent: ["(latest)"]
+2 -1
ocaml-apubt/apubt.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-apubt" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-apubt/issues" 11 11 depends: [ 12 - "dune" {>= "3.20"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1.0"} 14 14 "jsont" {>= "0.2.0"} 15 15 "bytesrw" ··· 38 38 "@doc" {with-doc} 39 39 ] 40 40 ] 41 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-apubt" 41 42 x-maintenance-intent: ["(latest)"]
+2 -4
ocaml-apubt/dune-project
··· 1 - (lang dune 3.20) 1 + (lang dune 3.21) 2 2 (name apubt) 3 3 4 4 (generate_opam_files true) 5 5 6 6 (license ISC) 7 7 (authors "Anil Madhavapeddy") 8 - (homepage "https://tangled.org/anil.recoil.org/ocaml-apubt") 9 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 10 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-apubt/issues") 11 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-apubt)) 12 10 13 11 (package 14 12 (name apubt)
+2 -1
ocaml-atp/atp-lexicon-atproto.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-atp" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-atp/issues" 11 11 depends: [ 12 + "dune" {>= "3.21"} 12 13 "ocaml" {>= "5.1"} 13 - "dune" {>= "3.20" & >= "3.16"} 14 14 "atp" {>= "0.1"} 15 15 "jsont" {>= "0.1"} 16 16 "odoc" {with-doc} ··· 29 29 "@doc" {with-doc} 30 30 ] 31 31 ] 32 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-atp" 32 33 x-maintenance-intent: ["(latest)"]
+2 -1
ocaml-atp/atp-lexicon-bsky.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-atp" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-atp/issues" 11 11 depends: [ 12 + "dune" {>= "3.21"} 12 13 "ocaml" {>= "5.1"} 13 - "dune" {>= "3.20" & >= "3.16"} 14 14 "atp" {>= "0.1"} 15 15 "jsont" {>= "0.1"} 16 16 "odoc" {with-doc} ··· 29 29 "@doc" {with-doc} 30 30 ] 31 31 ] 32 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-atp" 32 33 x-maintenance-intent: ["(latest)"]
+2 -1
ocaml-atp/atp-lexicon-standard-site.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-atp" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-atp/issues" 11 11 depends: [ 12 + "dune" {>= "3.21"} 12 13 "ocaml" {>= "5.1"} 13 - "dune" {>= "3.20" & >= "3.16"} 14 14 "atp" {>= "0.1"} 15 15 "jsont" {>= "0.1"} 16 16 "odoc" {with-doc} ··· 29 29 "@doc" {with-doc} 30 30 ] 31 31 ] 32 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-atp" 32 33 x-maintenance-intent: ["(latest)"]
+2 -1
ocaml-atp/atp-lexicon-tangled.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-atp" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-atp/issues" 11 11 depends: [ 12 + "dune" {>= "3.21"} 12 13 "ocaml" {>= "5.1"} 13 - "dune" {>= "3.20" & >= "3.16"} 14 14 "atp" {>= "0.1"} 15 15 "jsont" {>= "0.1"} 16 16 "odoc" {with-doc} ··· 29 29 "@doc" {with-doc} 30 30 ] 31 31 ] 32 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-atp" 32 33 x-maintenance-intent: ["(latest)"]
+2 -1
ocaml-atp/atp-xrpc.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-atp" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-atp/issues" 11 11 depends: [ 12 - "dune" {>= "3.20"} 12 + "dune" {>= "3.21"} 13 13 "atp" {= version} 14 14 "requests" {>= "0.1"} 15 15 "jsont" {>= "0.1"} ··· 34 34 "@doc" {with-doc} 35 35 ] 36 36 ] 37 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-atp" 37 38 x-maintenance-intent: ["(latest)"]
+2 -1
ocaml-atp/atp.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-atp" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-atp/issues" 11 11 depends: [ 12 + "dune" {>= "3.21"} 12 13 "ocaml" {>= "5.1"} 13 - "dune" {>= "3.20" & >= "3.16"} 14 14 "bytesrw" {>= "0.1"} 15 15 "jsont" {>= "0.1"} 16 16 "digestif" {>= "1.2"} ··· 35 35 "@doc" {with-doc} 36 36 ] 37 37 ] 38 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-atp" 38 39 x-maintenance-intent: ["(latest)"]
+2 -1
ocaml-atp/bsky.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-atp" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-atp/issues" 11 11 depends: [ 12 + "dune" {>= "3.21"} 12 13 "ocaml" {>= "5.1"} 13 - "dune" {>= "3.20" & >= "3.16"} 14 14 "atp" {= version} 15 15 "atp-xrpc" {= version} 16 16 "atp-lexicon-atproto" {= version} ··· 38 38 "@doc" {with-doc} 39 39 ] 40 40 ] 41 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-atp" 41 42 x-maintenance-intent: ["(latest)"]
+2 -16
ocaml-atp/dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name atp) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-atp") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-atp/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-atp)) 13 10 14 11 (package 15 12 (name atp) ··· 18 15 "This library implements IPLD (InterPlanetary Linked Data) with specific support for the AT Protocol's data encoding conventions. It provides Content Identifiers (CID), DAG-CBOR encoding, Merkle Search Trees (MST), repository serialization (CAR format), and synchronization primitives.") 19 16 (depends 20 17 (ocaml (>= 5.1)) 21 - (dune (>= 3.16)) 22 18 (bytesrw (>= 0.1)) 23 19 (jsont (>= 0.1)) 24 20 (digestif (>= 1.2)) ··· 50 46 "Shared authentication library for AT Protocol CLI applications. Provides session persistence, credential management with automatic token refresh, and Cmdliner helpers for building auth commands.") 51 47 (depends 52 48 (ocaml (>= 5.1)) 53 - (dune (>= 3.16)) 54 49 (atp-xrpc (= :version)) 55 50 (jsont (>= 0.1)) 56 51 (eio (>= 1.0)) ··· 66 61 "Hermest generates OCaml types and jsont codecs from AT Protocol lexicon JSON schemas. The generated code uses the atp library for IPLD primitives.") 67 62 (depends 68 63 (ocaml (>= 5.1)) 69 - (dune (>= 3.16)) 70 64 (jsont (>= 0.1)) 71 65 (bytesrw (>= 0.1)))) 72 66 ··· 77 71 "Command-line interface for generating OCaml code from AT Protocol lexicons.") 78 72 (depends 79 73 (ocaml (>= 5.1)) 80 - (dune (>= 3.16)) 81 74 hermest 82 75 (cmdliner (>= 1.2)))) 83 76 ··· 88 81 "Generated OCaml types and jsont codecs for com.atproto.* lexicons.") 89 82 (depends 90 83 (ocaml (>= 5.1)) 91 - (dune (>= 3.16)) 92 84 (atp (>= 0.1)) 93 85 (jsont (>= 0.1)))) 94 86 ··· 99 91 "Generated OCaml types and jsont codecs for app.bsky.* lexicons.") 100 92 (depends 101 93 (ocaml (>= 5.1)) 102 - (dune (>= 3.16)) 103 94 (atp (>= 0.1)) 104 95 (jsont (>= 0.1)))) 105 96 ··· 110 101 "Generated OCaml types and jsont codecs for sh.tangled.* lexicons.") 111 102 (depends 112 103 (ocaml (>= 5.1)) 113 - (dune (>= 3.16)) 114 104 (atp (>= 0.1)) 115 105 (jsont (>= 0.1)))) 116 106 ··· 121 111 "Generated OCaml types and jsont codecs for site.standard.* lexicons.") 122 112 (depends 123 113 (ocaml (>= 5.1)) 124 - (dune (>= 3.16)) 125 114 (atp (>= 0.1)) 126 115 (jsont (>= 0.1)))) 127 116 ··· 132 121 "High-level library and command-line interface for interacting with Tangled decentralized git collaboration platform on AT Protocol.") 133 122 (depends 134 123 (ocaml (>= 5.1)) 135 - (dune (>= 3.16)) 136 124 (atp-xrpc (= :version)) 137 125 (atp-lexicon-tangled (= :version)) 138 126 (jsont (>= 0.1)) ··· 151 139 "Library and command-line interface for Bluesky using AT Protocol.") 152 140 (depends 153 141 (ocaml (>= 5.1)) 154 - (dune (>= 3.16)) 155 142 (atp (= :version)) 156 143 (atp-xrpc (= :version)) 157 144 (atp-lexicon-atproto (= :version)) ··· 171 158 "High-level library and command-line interface for managing blogs and publications on AT Protocol using the Standard Site lexicons.") 172 159 (depends 173 160 (ocaml (>= 5.1)) 174 - (dune (>= 3.16)) 175 161 (atp-xrpc (= :version)) 176 162 (atp-lexicon-atproto (= :version)) 177 163 (atp-lexicon-standard-site (= :version))
+2 -1
ocaml-atp/hermest-cli.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-atp" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-atp/issues" 11 11 depends: [ 12 + "dune" {>= "3.21"} 12 13 "ocaml" {>= "5.1"} 13 - "dune" {>= "3.20" & >= "3.16"} 14 14 "hermest" 15 15 "cmdliner" {>= "1.2"} 16 16 "odoc" {with-doc} ··· 29 29 "@doc" {with-doc} 30 30 ] 31 31 ] 32 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-atp" 32 33 x-maintenance-intent: ["(latest)"]
+2 -1
ocaml-atp/hermest.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-atp" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-atp/issues" 11 11 depends: [ 12 + "dune" {>= "3.21"} 12 13 "ocaml" {>= "5.1"} 13 - "dune" {>= "3.20" & >= "3.16"} 14 14 "jsont" {>= "0.1"} 15 15 "bytesrw" {>= "0.1"} 16 16 "odoc" {with-doc} ··· 29 29 "@doc" {with-doc} 30 30 ] 31 31 ] 32 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-atp" 32 33 x-maintenance-intent: ["(latest)"]
+2 -1
ocaml-atp/standard-site.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-atp" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-atp/issues" 11 11 depends: [ 12 + "dune" {>= "3.21"} 12 13 "ocaml" {>= "5.1"} 13 - "dune" {>= "3.20" & >= "3.16"} 14 14 "atp-xrpc" {= version} 15 15 "atp-lexicon-atproto" {= version} 16 16 "atp-lexicon-standard-site" {= version} ··· 36 36 "@doc" {with-doc} 37 37 ] 38 38 ] 39 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-atp" 39 40 x-maintenance-intent: ["(latest)"]
+2 -1
ocaml-atp/tangled.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-atp" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-atp/issues" 11 11 depends: [ 12 + "dune" {>= "3.21"} 12 13 "ocaml" {>= "5.1"} 13 - "dune" {>= "3.20" & >= "3.16"} 14 14 "atp-xrpc" {= version} 15 15 "atp-lexicon-tangled" {= version} 16 16 "jsont" {>= "0.1"} ··· 37 37 "@doc" {with-doc} 38 38 ] 39 39 ] 40 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-atp" 40 41 x-maintenance-intent: ["(latest)"]
+2 -1
ocaml-atp/xrpc-auth.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-atp" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-atp/issues" 11 11 depends: [ 12 + "dune" {>= "3.21"} 12 13 "ocaml" {>= "5.1"} 13 - "dune" {>= "3.20" & >= "3.16"} 14 14 "atp-xrpc" {= version} 15 15 "jsont" {>= "0.1"} 16 16 "eio" {>= "1.0"} ··· 34 34 "@doc" {with-doc} 35 35 ] 36 36 ] 37 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-atp" 37 38 x-maintenance-intent: ["(latest)"]
+4 -1
ocaml-bushel/bushel.opam
··· 17 17 maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 18 18 authors: ["Anil Madhavapeddy <anil@recoil.org>"] 19 19 license: "ISC" 20 + homepage: "https://tangled.org/anil.recoil.org/ocaml-bushel" 21 + bug-reports: "https://tangled.org/anil.recoil.org/ocaml-bushel/issues" 20 22 depends: [ 21 - "dune" {>= "3.18"} 23 + "dune" {>= "3.21"} 22 24 "ocaml" {>= "5.2"} 23 25 "frontmatter" {>= "0.1"} 24 26 "frontmatter-eio" {>= "0.1"} ··· 53 55 "@doc" {with-doc} 54 56 ] 55 57 ] 58 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-bushel" 56 59 x-maintenance-intent: ["(latest)"]
+2 -2
ocaml-bushel/dune-project
··· 1 - (lang dune 3.18) 1 + (lang dune 3.21) 2 2 (name bushel) 3 3 4 4 (generate_opam_files true) 5 - (maintenance_intent "(latest)") 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy <anil@recoil.org>") 9 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 9 + (source (tangled anil.recoil.org/ocaml-bushel)) 10 10 11 11 (package 12 12 (name bushel)
+2 -1
ocaml-bytesrw-eio/bytesrw-eio.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-bytesrw-eio" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-bytesrw-eio/issues" 11 11 depends: [ 12 - "dune" {>= "3.18"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.0"} 14 14 "bytesrw" {>= "0.2"} 15 15 "eio" {>= "1.0"} ··· 31 31 "@doc" {with-doc} 32 32 ] 33 33 ] 34 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-bytesrw-eio" 34 35 x-maintenance-intent: ["(latest)"]
+2 -5
ocaml-bytesrw-eio/dune-project
··· 1 - (lang dune 3.18) 2 - 1 + (lang dune 3.21) 3 2 (name bytesrw-eio) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-bytesrw-eio") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-bytesrw-eio/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-bytesrw-eio)) 13 10 14 11 (package 15 12 (name bytesrw-eio)
+2 -1
ocaml-cbort/cbort.opam
··· 11 11 homepage: "https://tangled.org/anil.recoil.org/ocaml-cbort" 12 12 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-cbort/issues" 13 13 depends: [ 14 - "dune" {>= "3.20"} 14 + "dune" {>= "3.21"} 15 15 "ocaml" {>= "5.1"} 16 16 "bytesrw" {>= "0.2"} 17 17 "zarith" {>= "1.12"} ··· 32 32 "@doc" {with-doc} 33 33 ] 34 34 ] 35 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-cbort" 35 36 x-maintenance-intent: ["(latest)"]
+2 -4
ocaml-cbort/dune-project
··· 1 - (lang dune 3.20) 1 + (lang dune 3.21) 2 2 (name cbort) 3 3 4 4 (generate_opam_files true) 5 5 6 6 (license ISC) 7 7 (authors "Anil Madhavapeddy") 8 - (homepage "https://tangled.org/anil.recoil.org/ocaml-cbort") 9 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 10 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-cbort/issues") 11 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-cbort)) 12 10 13 11 (package 14 12 (name cbort)
+2 -1
ocaml-cff/cff.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-cff" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-cff/issues" 11 11 depends: [ 12 - "dune" {>= "3.20"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1.0"} 14 14 "ptime" 15 15 "ISO3166" ··· 37 37 "@doc" {with-doc} 38 38 ] 39 39 ] 40 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-cff" 40 41 x-maintenance-intent: ["(latest)"]
+2 -5
ocaml-cff/dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name cff) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-cff") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-cff/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-cff)) 13 10 14 11 (package 15 12 (name cff)
+2 -1
ocaml-claudeio/claude.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-claudeio" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-claudeio/issues" 11 11 depends: [ 12 - "dune" {>= "3.18"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1.0"} 14 14 "eio" 15 15 "eio_main" ··· 35 35 "@doc" {with-doc} 36 36 ] 37 37 ] 38 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-claudeio" 38 39 x-maintenance-intent: ["(latest)"]
+2 -5
ocaml-claudeio/dune-project
··· 1 - (lang dune 3.18) 2 - 1 + (lang dune 3.21) 3 2 (name claude) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-claudeio") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-claudeio/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-claudeio)) 13 10 14 11 (package 15 12 (name claude)
+2 -1
ocaml-conpool/conpool.opam
··· 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-conpool/issues" 11 11 depends: [ 12 12 "ocaml" {>= "5.1.0"} 13 - "dune" {>= "3.20" & >= "3.0"} 13 + "dune" {>= "3.21" & >= "3.0"} 14 14 "eio" 15 15 "tls-eio" {>= "1.0"} 16 16 "logs" ··· 32 32 "@doc" {with-doc} 33 33 ] 34 34 ] 35 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-conpool" 35 36 x-maintenance-intent: ["(latest)"]
+2 -5
ocaml-conpool/dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name conpool) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy <anil@recoil.org>") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-conpool") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-conpool/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-conpool)) 13 10 14 11 (package 15 12 (name conpool)
-2
ocaml-cookeio/dune-project
··· 1 1 (lang dune 3.21) 2 - 3 2 (name cookeio) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (source (tangled anil.recoil.org/ocaml-cookeio)) 9 - (maintenance_intent "(latest)") 10 8 11 9 (package 12 10 (name cookeio)
+1 -2
ocaml-crockford/crockford.opam
··· 7 7 authors: ["Anil Madhavapeddy"] 8 8 license: "MIT" 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-crockford" 10 - doc: "https://tangled.org/anil.recoil.org/ocaml-crockford" 11 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-crockford/issues" 12 11 depends: [ 13 - "dune" {>= "3.18"} 12 + "dune" {>= "3.21"} 14 13 "ocaml" {>= "4.14.1"} 15 14 "odoc" {with-doc} 16 15 "alcotest" {with-test & >= "1.5.0"}
+2 -6
ocaml-crockford/dune-project
··· 1 - (lang dune 3.18) 2 - 1 + (lang dune 3.21) 3 2 (name crockford) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license MIT) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-crockford") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-crockford/issues") 12 - (maintenance_intent "(latest)") 13 - (documentation "https://tangled.org/anil.recoil.org/ocaml-crockford") 9 + (source (tangled anil.recoil.org/ocaml-crockford)) 14 10 15 11 (package 16 12 (name crockford)
+2 -5
ocaml-frontmatter/dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name frontmatter) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-frontmatter") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-frontmatter/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-frontmatter)) 13 10 14 11 (package 15 12 (name frontmatter)
+2 -1
ocaml-frontmatter/frontmatter-eio.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-frontmatter" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-frontmatter/issues" 11 11 depends: [ 12 - "dune" {>= "3.20"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.2"} 14 14 "frontmatter" {= version} 15 15 "eio" {>= "1.2"} ··· 29 29 "@doc" {with-doc} 30 30 ] 31 31 ] 32 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-frontmatter" 32 33 x-maintenance-intent: ["(latest)"]
+2 -1
ocaml-frontmatter/frontmatter.opam
··· 11 11 homepage: "https://tangled.org/anil.recoil.org/ocaml-frontmatter" 12 12 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-frontmatter/issues" 13 13 depends: [ 14 - "dune" {>= "3.20"} 14 + "dune" {>= "3.21"} 15 15 "ocaml" {>= "5.2"} 16 16 "yamlrw" {>= "0.3"} 17 17 "yamlt" {>= "0.1"} ··· 33 33 "@doc" {with-doc} 34 34 ] 35 35 ] 36 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-frontmatter" 36 37 x-maintenance-intent: ["(latest)"]
+2 -5
ocaml-html5rw/dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name html5rw) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license MIT) 8 7 (authors "Anil Madhavapeddy <anil@recoil.org>") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-html5rw") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-html5rw/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-html5rw)) 13 10 14 11 (package 15 12 (name html5rw)
+2 -1
ocaml-html5rw/html5rw.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-html5rw" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-html5rw/issues" 11 11 depends: [ 12 - "dune" {>= "3.20"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1.0"} 14 14 "astring" {>= "0.8.5"} 15 15 "bytesrw" {>= "0.3.0"} ··· 36 36 "@doc" {with-doc} 37 37 ] 38 38 ] 39 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-html5rw" 39 40 x-maintenance-intent: ["(latest)"]
+2 -5
ocaml-imap/dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name imap) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-imap") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-imap/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-imap)) 13 10 14 11 (package 15 12 (name imap)
+2 -1
ocaml-imap/imap.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-imap" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-imap/issues" 11 11 depends: [ 12 - "dune" {>= "3.20"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1.0"} 14 14 "eio" {>= "1.0"} 15 15 "eio_main" {>= "1.0"} ··· 37 37 "@doc" {with-doc} 38 38 ] 39 39 ] 40 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-imap" 40 41 x-maintenance-intent: ["(latest)"]
+2 -4
ocaml-immich/dune-project
··· 1 - (lang dune 3.20) 1 + (lang dune 3.21) 2 2 (name immich) 3 3 4 4 (generate_opam_files true) 5 5 6 6 (license ISC) 7 7 (authors "Anil Madhavapeddy") 8 - (homepage "https://tangled.org/anil.recoil.org/ocaml-immich") 9 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 10 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-immich/issues") 11 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-immich)) 12 10 13 11 (package 14 12 (name immich)
+2 -1
ocaml-immich/immich.opam
··· 11 11 homepage: "https://tangled.org/anil.recoil.org/ocaml-immich" 12 12 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-immich/issues" 13 13 depends: [ 14 - "dune" {>= "3.20"} 14 + "dune" {>= "3.21"} 15 15 "ocaml" {>= "5.1"} 16 16 "openapi" {>= "0.1"} 17 17 "requests" {>= "0.1"} ··· 41 41 "@doc" {with-doc} 42 42 ] 43 43 ] 44 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-immich" 44 45 x-maintenance-intent: ["(latest)"]
+2 -1
ocaml-init/dune-project
··· 1 - (lang dune 3.0) 1 + (lang dune 3.21) 2 2 (name init) 3 3 4 4 (generate_opam_files true) ··· 6 6 (license ISC) 7 7 (authors "Anil Madhavapeddy <anil@recoil.org>") 8 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 9 + (source (tangled anil.recoil.org/ocaml-init)) 9 10 10 11 (package 11 12 (name init)
+5 -1
ocaml-init/init.opam
··· 12 12 maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 13 13 authors: ["Anil Madhavapeddy <anil@recoil.org>"] 14 14 license: "ISC" 15 + homepage: "https://tangled.org/anil.recoil.org/ocaml-init" 16 + bug-reports: "https://tangled.org/anil.recoil.org/ocaml-init/issues" 15 17 depends: [ 16 - "dune" {>= "3.0"} 18 + "dune" {>= "3.21"} 17 19 "ocaml" {>= "4.14.0"} 18 20 "bytesrw" {>= "0.1.0"} 19 21 "eio" {>= "1.0"} ··· 35 37 "@doc" {with-doc} 36 38 ] 37 39 ] 40 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-init" 41 + x-maintenance-intent: ["(latest)"]
+2 -10
ocaml-jmap/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
ocaml-jmap/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)"]
+2 -4
ocaml-json-pointer/dune-project
··· 1 - (lang dune 3.20) 1 + (lang dune 3.21) 2 2 (using mdx 0.4) 3 3 (using directory-targets 0.1) 4 4 ··· 8 8 9 9 (license ISC) 10 10 (authors "Anil Madhavapeddy") 11 - (homepage "https://tangled.org/anil.recoil.org/ocaml-json-pointer") 12 11 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 13 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-json-pointer/issues") 14 - (maintenance_intent "(latest)") 12 + (source (tangled anil.recoil.org/ocaml-json-pointer)) 15 13 16 14 (package 17 15 (name json-pointer)
+2 -1
ocaml-json-pointer/json-pointer.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-json-pointer" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-json-pointer/issues" 11 11 depends: [ 12 - "dune" {>= "3.20"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "4.14.0"} 14 14 "jsont" {>= "0.2.0"} 15 15 "bytesrw" {>= "0.2.0"} ··· 30 30 "@doc" {with-doc} 31 31 ] 32 32 ] 33 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-json-pointer" 33 34 x-maintenance-intent: ["(latest)"]
+2 -10
ocaml-jsonwt/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
ocaml-jsonwt/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)"]
+4 -6
ocaml-karakeep/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
ocaml-karakeep/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)"]
+2 -5
ocaml-langdetect/dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name langdetect) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license MIT) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-langdetect") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-langdetect/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-langdetect)) 13 10 14 11 (package 15 12 (name langdetect)
+2 -1
ocaml-langdetect/langdetect.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-langdetect" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-langdetect/issues" 11 11 depends: [ 12 - "dune" {>= "3.20"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1.0"} 14 14 "uutf" {>= "1.0.0"} 15 15 "cmdliner" {>= "1.2.0"} ··· 30 30 "@doc" {with-doc} 31 31 ] 32 32 ] 33 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-langdetect" 33 34 x-maintenance-intent: ["(latest)"]
+2 -5
ocaml-mail-flag/dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name mail-flag) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-mail-flag") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-mail-flag/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-mail-flag)) 13 10 14 11 (package 15 12 (name mail-flag)
+2 -1
ocaml-mail-flag/mail-flag.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-mail-flag" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-mail-flag/issues" 11 11 depends: [ 12 - "dune" {>= "3.20"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1.0"} 14 14 "fmt" {>= "0.9"} 15 15 "odoc" {with-doc} ··· 29 29 "@doc" {with-doc} 30 30 ] 31 31 ] 32 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-mail-flag" 32 33 x-maintenance-intent: ["(latest)"]
+2 -4
ocaml-matrix/dune-project
··· 1 - (lang dune 3.20) 1 + (lang dune 3.21) 2 2 (name matrix) 3 3 4 4 (generate_opam_files true) ··· 6 6 (license ISC) 7 7 (authors "Anil Madhavapeddy") 8 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-matrix") 10 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-matrix/issues") 11 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-matrix)) 12 10 13 11 (package 14 12 (name matrix)
+2 -1
ocaml-matrix/matrix.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-matrix" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-matrix/issues" 11 11 depends: [ 12 - "dune" {>= "3.20"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1"} 14 14 "jsont" 15 15 "ptime" ··· 45 45 "@doc" {with-doc} 46 46 ] 47 47 ] 48 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-matrix" 48 49 x-maintenance-intent: ["(latest)"]
+2 -4
ocaml-mdns/dune-project
··· 1 - (lang dune 3.0) 2 - 1 + (lang dune 3.21) 3 2 (name mdns) 4 3 5 4 (generate_opam_files true) ··· 7 6 (license MIT) 8 7 (authors "Thomas Gazagnaire <thomas@gazagnaire.org>") 9 8 (maintainers "Thomas Gazagnaire <thomas@gazagnaire.org>") 10 - (homepage "https://tangled.org/gazagnaire.org/ocaml-mdns") 11 - (bug_reports "https://tangled.org/gazagnaire.org/ocaml-mdns/issues") 9 + (source (tangled gazagnaire.org/ocaml-mdns)) 12 10 13 11 (package 14 12 (name mdns)
+3 -1
ocaml-mdns/mdns.opam
··· 9 9 homepage: "https://tangled.org/gazagnaire.org/ocaml-mdns" 10 10 bug-reports: "https://tangled.org/gazagnaire.org/ocaml-mdns/issues" 11 11 depends: [ 12 - "dune" {>= "3.0"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "4.08"} 14 14 "eio" {>= "1.0"} 15 15 "eio_main" ··· 37 37 "@doc" {with-doc} 38 38 ] 39 39 ] 40 + dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-mdns" 41 + x-maintenance-intent: ["(latest)"]
+2 -4
ocaml-mqtte/dune-project
··· 1 - (lang dune 3.20) 1 + (lang dune 3.21) 2 2 (name mqtte) 3 3 4 4 (generate_opam_files true) 5 5 6 6 (license ISC) 7 7 (authors "Anil Madhavapeddy") 8 - (homepage "https://tangled.org/anil.recoil.org/ocaml-mqtte") 9 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 10 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-mqtte/issues") 11 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-mqtte)) 12 10 13 11 (package 14 12 (name mqtte)
+2 -1
ocaml-mqtte/mqtte.opam
··· 8 8 homepage: "https://tangled.org/anil.recoil.org/ocaml-mqtte" 9 9 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-mqtte/issues" 10 10 depends: [ 11 - "dune" {>= "3.20"} 11 + "dune" {>= "3.21"} 12 12 "ocaml" {>= "5.1"} 13 13 "eio" {>= "1.0"} 14 14 "eio_main" {>= "1.0"} ··· 39 39 "@doc" {with-doc} 40 40 ] 41 41 ] 42 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-mqtte" 42 43 x-maintenance-intent: ["(latest)"]
-8
ocaml-openapi/dune-project
··· 1 1 (lang dune 3.21) 2 - 3 2 (name openapi) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 - 9 7 (authors "Anil Madhavapeddy") 10 - 11 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 12 - 13 9 (source (tangled anil.recoil.org/ocaml-openapi)) 14 - 15 - (homepage "https://tangled.org/@anil.recoil.org/ocaml-openapi") 16 - 17 - (bug_reports "https://tangled.org/@anil.recoil.org/ocaml-openapi/issues") 18 10 19 11 (package 20 12 (name openapi)
+2 -2
ocaml-openapi/openapi.opam
··· 7 7 maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 8 8 authors: ["Anil Madhavapeddy"] 9 9 license: "ISC" 10 - homepage: "https://tangled.org/@anil.recoil.org/ocaml-openapi" 11 - bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-openapi/issues" 10 + homepage: "https://tangled.org/anil.recoil.org/ocaml-openapi" 11 + bug-reports: "https://tangled.org/anil.recoil.org/ocaml-openapi/issues" 12 12 depends: [ 13 13 "dune" {>= "3.21"} 14 14 "ocaml" {>= "5.1.0"}
+2 -4
ocaml-owntracks/dune-project
··· 1 - (lang dune 3.20) 1 + (lang dune 3.21) 2 2 (name owntracks) 3 3 4 4 (generate_opam_files true) ··· 6 6 (license ISC) 7 7 (authors "Anil Madhavapeddy <anil@recoil.org>") 8 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-owntracks") 10 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-owntracks/issues") 11 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-owntracks)) 12 10 13 11 (package 14 12 (name owntracks)
+2 -1
ocaml-owntracks/owntracks-cli.opam
··· 11 11 homepage: "https://tangled.org/anil.recoil.org/ocaml-owntracks" 12 12 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-owntracks/issues" 13 13 depends: [ 14 - "dune" {>= "3.20"} 14 + "dune" {>= "3.21"} 15 15 "ocaml" {>= "5.1"} 16 16 "owntracks" {= version} 17 17 "mqtte" {>= "0.1"} ··· 41 41 "@doc" {with-doc} 42 42 ] 43 43 ] 44 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-owntracks" 44 45 x-maintenance-intent: ["(latest)"]
+2 -1
ocaml-owntracks/owntracks.opam
··· 13 13 homepage: "https://tangled.org/anil.recoil.org/ocaml-owntracks" 14 14 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-owntracks/issues" 15 15 depends: [ 16 - "dune" {>= "3.20"} 16 + "dune" {>= "3.21"} 17 17 "ocaml" {>= "5.1"} 18 18 "jsont" {>= "0.1.0"} 19 19 "bytesrw" {>= "0.1"} ··· 34 34 "@doc" {with-doc} 35 35 ] 36 36 ] 37 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-owntracks" 37 38 x-maintenance-intent: ["(latest)"]
+2 -5
ocaml-publicsuffix/dune-project
··· 1 - (lang dune 3.18) 2 - 1 + (lang dune 3.21) 3 2 (name publicsuffix) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-publicsuffix") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-publicsuffix/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-publicsuffix)) 13 10 14 11 (package 15 12 (name publicsuffix)
+2 -1
ocaml-publicsuffix/publicsuffix.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-publicsuffix" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-publicsuffix/issues" 11 11 depends: [ 12 - "dune" {>= "3.18"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "4.14.0"} 14 14 "domain-name" {>= "0.4.0"} 15 15 "punycode" ··· 31 31 "@doc" {with-doc} 32 32 ] 33 33 ] 34 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-publicsuffix" 34 35 x-maintenance-intent: ["(latest)"]
+2 -5
ocaml-punycode/dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name punycode) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-punycode") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-punycode/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-punycode)) 13 10 14 11 (package 15 12 (name punycode)
+2 -1
ocaml-punycode/punycode.opam
··· 12 12 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-punycode/issues" 13 13 depends: [ 14 14 "ocaml" {>= "5.4.0"} 15 - "dune" {>= "3.20" & >= "3.0"} 15 + "dune" {>= "3.21" & >= "3.0"} 16 16 "uutf" {>= "1.0.0"} 17 17 "uunf" {>= "15.0.0"} 18 18 "domain-name" {>= "0.4.0"} ··· 33 33 "@doc" {with-doc} 34 34 ] 35 35 ] 36 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-punycode" 36 37 x-maintenance-intent: ["(latest)"]
+2 -5
ocaml-requests/dune-project
··· 1 - (lang dune 3.18) 2 - 1 + (lang dune 3.21) 3 2 (name requests) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-requests") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-requests/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-requests)) 13 10 14 11 (package 15 12 (name requests)
+2 -1
ocaml-requests/requests.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-requests" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-requests/issues" 11 11 depends: [ 12 - "dune" {>= "3.18"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1.0"} 14 14 "eio" 15 15 "tls" ··· 56 56 "@doc" {with-doc} 57 57 ] 58 58 ] 59 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-requests" 59 60 x-maintenance-intent: ["(latest)"]
+2 -3
ocaml-tomlt/dune-project
··· 1 - (lang dune 3.0) 1 + (lang dune 3.21) 2 2 (name tomlt) 3 3 4 4 (generate_opam_files true) ··· 6 6 (license ISC) 7 7 (authors "Anil Madhavapeddy <anil@recoil.org>") 8 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-tomlt") 10 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-tomlt/issues") 9 + (source (tangled anil.recoil.org/ocaml-tomlt)) 11 10 12 11 (package 13 12 (name tomlt)
+3 -1
ocaml-tomlt/tomlt.opam
··· 16 16 homepage: "https://tangled.org/anil.recoil.org/ocaml-tomlt" 17 17 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-tomlt/issues" 18 18 depends: [ 19 - "dune" {>= "3.0"} 19 + "dune" {>= "3.21"} 20 20 "ocaml" {>= "4.14.0"} 21 21 "ptime" {>= "1.0.0"} 22 22 "bytesrw" {>= "0.1.0"} ··· 40 40 "@doc" {with-doc} 41 41 ] 42 42 ] 43 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-tomlt" 44 + x-maintenance-intent: ["(latest)"]
+2 -13
ocaml-typesense/dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name typesense) 4 3 5 4 (generate_opam_files true) 6 5 7 - (maintenance_intent "(latest)") 8 - 9 6 (license ISC) 10 - 11 7 (authors "Anil Madhavapeddy <anil@recoil.org>") 12 - 13 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 14 - 15 - (source 16 - (uri "https://tangled.org/anil.recoil.org/ocaml-typesense")) 17 - 18 - (homepage "https://tangled.org/anil.recoil.org/ocaml-typesense") 19 - 20 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-typesense/issues") 9 + (source (tangled anil.recoil.org/ocaml-typesense)) 21 10 22 11 (package 23 12 (name typesense)
+2 -2
ocaml-typesense/typesense.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-typesense" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-typesense/issues" 11 11 depends: [ 12 - "dune" {>= "3.20"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1.0"} 14 14 "openapi" {>= "0.4.0"} 15 15 "eio" {>= "1.2"} ··· 40 40 "@doc" {with-doc} 41 41 ] 42 42 ] 43 - dev-repo: "https://tangled.org/anil.recoil.org/ocaml-typesense" 43 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-typesense" 44 44 x-maintenance-intent: ["(latest)"]
+2 -5
ocaml-webfinger/dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name webfinger) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-webfinger") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-webfinger/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-webfinger)) 13 10 14 11 (package 15 12 (name webfinger)
+2 -1
ocaml-webfinger/webfinger.opam
··· 13 13 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-webfinger/issues" 14 14 depends: [ 15 15 "ocaml" {>= "5.2.0"} 16 - "dune" {>= "3.20" & >= "3.0"} 16 + "dune" {>= "3.21" & >= "3.0"} 17 17 "jsont" {>= "0.1.0"} 18 18 "bytesrw" 19 19 "eio" {>= "1.0"} ··· 40 40 "@doc" {with-doc} 41 41 ] 42 42 ] 43 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-webfinger" 43 44 x-maintenance-intent: ["(latest)"]
+1 -3
ocaml-yamlrw/dune-project
··· 8 8 9 9 (license ISC) 10 10 (authors "Anil Madhavapeddy") 11 - (homepage "https://tangled.org/anil.recoil.org/ocaml-yamlrw") 12 11 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 13 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-yamlrw/issues") 14 - (maintenance_intent "(latest)") 12 + (source (tangled anil.recoil.org/ocaml-yamlrw)) 15 13 16 14 (package 17 15 (name yamlrw)
+1
ocaml-yamlrw/yamlrw-eio.opam
··· 31 31 "@doc" {with-doc} 32 32 ] 33 33 ] 34 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-yamlrw" 34 35 x-maintenance-intent: ["(latest)"]
+1
ocaml-yamlrw/yamlrw-unix.opam
··· 29 29 "@doc" {with-doc} 30 30 ] 31 31 ] 32 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-yamlrw" 32 33 x-maintenance-intent: ["(latest)"]
+1
ocaml-yamlrw/yamlrw.opam
··· 33 33 "@doc" {with-doc} 34 34 ] 35 35 ] 36 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-yamlrw" 36 37 x-maintenance-intent: ["(latest)"]
+2 -5
ocaml-yamlt/dune-project
··· 1 - (lang dune 3.18) 2 - 1 + (lang dune 3.21) 3 2 (name yamlt) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-yamlt") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-yamlt/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-yamlt)) 13 10 14 11 (package 15 12 (name yamlt)
+2 -1
ocaml-yamlt/yamlt.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-yamlt" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-yamlt/issues" 11 11 depends: [ 12 - "dune" {>= "3.18"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "4.14.0"} 14 14 "yamlrw" 15 15 "jsont" ··· 30 30 "@doc" {with-doc} 31 31 ] 32 32 ] 33 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-yamlt" 33 34 x-maintenance-intent: ["(latest)"]
+2 -5
ocaml-zotero-translation/dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name zotero-translation) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-zotero-translation") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-zotero-translation/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-zotero-translation)) 13 10 14 11 (package 15 12 (name zotero-translation)
+2 -1
ocaml-zotero-translation/zotero-translation.opam
··· 10 10 bug-reports: 11 11 "https://tangled.org/anil.recoil.org/ocaml-zotero-translation/issues" 12 12 depends: [ 13 - "dune" {>= "3.20"} 13 + "dune" {>= "3.21"} 14 14 "ocaml" {>= "5.1.0"} 15 15 "eio" {>= "1.0"} 16 16 "requests" {>= "0.1"} ··· 36 36 "@doc" {with-doc} 37 37 ] 38 38 ] 39 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-zotero-translation" 39 40 x-maintenance-intent: ["(latest)"]
+2 -5
ocaml-zulip/dune-project
··· 1 - (lang dune 3.0) 2 - 1 + (lang dune 3.21) 3 2 (name zulip) 4 3 5 4 (generate_opam_files true) ··· 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 10 - (homepage "https://tangled.org/anil.recoil.org/ocaml-zulip") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-zulip/issues") 12 - (source (uri "git+https://tangled.org/anil.recoil.org/ocaml-zulip.git")) 9 + (source (tangled anil.recoil.org/ocaml-zulip)) 13 10 14 11 (package 15 12 (name zulip)
+3 -2
ocaml-zulip/zulip.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-zulip" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-zulip/issues" 11 11 depends: [ 12 - "dune" {>= "3.0"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1.0"} 14 14 "eio" 15 15 "requests" ··· 40 40 "@doc" {with-doc} 41 41 ] 42 42 ] 43 - dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-zulip.git" 43 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-zulip" 44 + x-maintenance-intent: ["(latest)"]
+2 -5
odoc-xo/dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name odoc-xo) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/anil.recoil.org/odoc-xo") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/odoc-xo/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/odoc-xo)) 13 10 14 11 (package 15 12 (name odoc-xo)
+2 -1
odoc-xo/odoc-xo.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/odoc-xo" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/odoc-xo/issues" 11 11 depends: [ 12 - "dune" {>= "3.20"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1.0"} 14 14 "cmdliner" {>= "1.2.0"} 15 15 "eio" {>= "1.0"} ··· 32 32 "@doc" {with-doc} 33 33 ] 34 34 ] 35 + dev-repo: "git+https://tangled.org/anil.recoil.org/odoc-xo" 35 36 x-maintenance-intent: ["(latest)"]
+2 -4
poe/dune-project
··· 1 - (lang dune 3.20) 1 + (lang dune 3.21) 2 2 (name poe) 3 3 4 4 (generate_opam_files true) ··· 6 6 (license ISC) 7 7 (authors "Anil Madhavapeddy") 8 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 9 - (homepage "https://tangled.org/anil.recoil.org/poe") 10 - (bug_reports "https://tangled.org/anil.recoil.org/poe/issues") 11 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/poe)) 12 10 13 11 (package 14 12 (name poe)
+2 -1
poe/poe.opam
··· 13 13 bug-reports: "https://tangled.org/anil.recoil.org/poe/issues" 14 14 depends: [ 15 15 "ocaml" {>= "5.2.0"} 16 - "dune" {>= "3.20" & >= "3.20"} 16 + "dune" {>= "3.21" & >= "3.20"} 17 17 "eio_main" {>= "1.2"} 18 18 "zulip" {>= "0.1.0"} 19 19 "claude" {>= "0.1.0"} ··· 37 37 "@doc" {with-doc} 38 38 ] 39 39 ] 40 + dev-repo: "git+https://tangled.org/anil.recoil.org/poe" 40 41 x-maintenance-intent: ["(latest)"]
+3 -5
root.opam
··· 5 5 "ISO3166" 6 6 "alcotest" 7 7 "astring" 8 + "base" 8 9 "base64" 10 + "base_bigstring" 9 11 "bigstringaf" 10 12 "bos" 11 13 "brr" ··· 22 24 "digestif" 23 25 "dns" 24 26 "domain-name" 25 - "dune" {>= "3.20"} 27 + "dune" {>= "3.21"} 26 28 "eio" 27 29 "eio_main" 28 30 "eqaf" ··· 31 33 "geojson" 32 34 "htmlit" 33 35 "ipaddr" 34 - "js_of_ocaml" 35 - "js_of_ocaml-compiler" 36 - "js_of_ocaml-ppx" 37 36 "jsonm" 38 37 "jsont" 39 38 "kdf" ··· 64 63 "uunf" 65 64 "uutf" 66 65 "uuuu" 67 - "wasm_of_ocaml-compiler" 68 66 "x509" 69 67 "xdg" 70 68 "xmlm"
-3
sortal/dune-project
··· 1 1 (lang dune 3.21) 2 - 3 2 (name sortal) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.org/@anil.recoil.org/sortal") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (maintenance_intent "(latest)") 12 9 (source (tangled anil.recoil.org/sortal)) 13 10 14 11 (package
+1 -1
sortal/sortal.opam
··· 12 12 maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 13 13 authors: ["Anil Madhavapeddy"] 14 14 license: "ISC" 15 - homepage: "https://tangled.org/@anil.recoil.org/sortal" 15 + homepage: "https://tangled.org/anil.recoil.org/sortal" 16 16 bug-reports: "https://tangled.org/anil.recoil.org/sortal/issues" 17 17 depends: [ 18 18 "dune" {>= "3.21"}
+2 -3
srcsetter/dune-project
··· 1 - (lang dune 3.17) 1 + (lang dune 3.21) 2 2 (name srcsetter) 3 3 4 4 (generate_opam_files true) ··· 6 6 (license ISC) 7 7 (authors "Anil Madhavapeddy") 8 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 9 - (homepage "https://tangled.org/anil.recoil.org/srcsetter") 10 - (bug_reports "https://tangled.org/anil.recoil.org/srcsetter/issues") 9 + (source (tangled anil.recoil.org/srcsetter)) 11 10 12 11 (package 13 12 (name srcsetter)
+3 -1
srcsetter/srcsetter-cmd.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/srcsetter" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/srcsetter/issues" 11 11 depends: [ 12 - "dune" {>= "3.17"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1"} 14 14 "srcsetter" 15 15 "fpath" ··· 33 33 "@doc" {with-doc} 34 34 ] 35 35 ] 36 + dev-repo: "git+https://tangled.org/anil.recoil.org/srcsetter" 37 + x-maintenance-intent: ["(latest)"] 36 38 depexts: [ 37 39 ["imagemagick"] {os-distribution = "homebrew"} 38 40 ["imagemagick"] {os-family = "debian"}
+3 -1
srcsetter/srcsetter.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/srcsetter" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/srcsetter/issues" 11 11 depends: [ 12 - "dune" {>= "3.17"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1"} 14 14 "jsont" 15 15 "bytesrw" ··· 29 29 "@doc" {with-doc} 30 30 ] 31 31 ] 32 + dev-repo: "git+https://tangled.org/anil.recoil.org/srcsetter" 33 + x-maintenance-intent: ["(latest)"]
+2 -5
xdge/dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name xdge) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.sh/@anil.recoil.org/xdge") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.sh/@anil.recoil.org/xdge/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/xdge)) 13 10 14 11 (package 15 12 (name xdge)
+4 -3
xdge/xdge.opam
··· 6 6 maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 7 7 authors: ["Anil Madhavapeddy"] 8 8 license: "ISC" 9 - homepage: "https://tangled.sh/@anil.recoil.org/xdge" 10 - bug-reports: "https://tangled.sh/@anil.recoil.org/xdge/issues" 9 + homepage: "https://tangled.org/anil.recoil.org/xdge" 10 + bug-reports: "https://tangled.org/anil.recoil.org/xdge/issues" 11 11 depends: [ 12 - "dune" {>= "3.20"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1.0"} 14 14 "eio" {>= "1.1"} 15 15 "cmdliner" {>= "1.2.0"} ··· 19 19 "odoc" {with-doc} 20 20 "alcotest" {with-test & >= "1.7.0"} 21 21 ] 22 + dev-repo: "git+https://tangled.org/anil.recoil.org/xdge" 22 23 x-maintenance-intent: ["(latest)"] 23 24 build: [ 24 25 [ "dune" "subst" ] {dev}