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