Native CBOR codec with type-safe combinators
0
fork

Configure Feed

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

Forks: point (source ...) at upstream and add Thomas as maintainer

Each fork's dune-project (source ...) now matches the canonical
upstream URL recorded in sources.toml, so the generated dev-repo:
in opam-repository points users at the real home rather than the
in-monorepo collaboration fork. Where Thomas is doing maintenance
on the fork but isn't yet listed, add him to the relevant author
or maintainer fields.

ca-certs -> github mirage/ca-certs
(added Thomas to authors and maintainers)
ocaml-cbor -> tangled anil.recoil.org/ocaml-cbort
ocaml-cookie -> tangled anil.recoil.org/ocaml-cookeio
ocaml-json -> github dbuenzli/jsont
ocaml-jwt -> tangled anil.recoil.org/ocaml-jsonwt
ocaml-tar -> github mirage/ocaml-tar
(added Thomas to maintainers)
ocaml-toml -> tangled anil.recoil.org/ocaml-tomlt
ocaml-yaml -> tangled anil.recoil.org/ocaml-yamlt

+4 -4
+3 -3
cbor.opam
··· 12 12 ] 13 13 license: "ISC" 14 14 tags: ["org:blacksun" "codec.binary"] 15 - homepage: "https://tangled.org/gazagnaire.org/ocaml-cbor" 16 - bug-reports: "https://tangled.org/gazagnaire.org/ocaml-cbor/issues" 15 + homepage: "https://tangled.org/anil.recoil.org/ocaml-cbort" 16 + bug-reports: "https://tangled.org/anil.recoil.org/ocaml-cbort/issues" 17 17 depends: [ 18 18 "dune" {>= "3.21"} 19 19 "ocaml" {>= "5.1"} ··· 39 39 "@doc" {with-doc} 40 40 ] 41 41 ] 42 - dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-cbor" 42 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-cbort" 43 43 x-maintenance-intent: ["(latest)"] 44 44 x-quality-build: "2026-04-15" 45 45 x-quality-fuzz: "2026-04-15"
+1 -1
dune-project
··· 7 7 (license ISC) 8 8 (authors "Anil Madhavapeddy <anil@recoil.org>" "Thomas Gazagnaire <thomas@gazagnaire.org>") 9 9 (maintainers "Thomas Gazagnaire <thomas@gazagnaire.org>") 10 - (source (tangled gazagnaire.org/ocaml-cbor)) 10 + (source (tangled anil.recoil.org/ocaml-cbort)) 11 11 12 12 (package 13 13 (name cbor)