Declarative JSON data manipulation for OCaml
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
+1 -1
dune-project
··· 5 5 6 6 (generate_opam_files true) 7 7 8 - (source (tangled gazagnaire.org/ocaml-json)) 8 + (source (github dbuenzli/jsont)) 9 9 (license ISC) 10 10 (authors "Daniel Bünzli" "Thomas Gazagnaire <thomas@gazagnaire.org>") 11 11 (maintainers "Thomas Gazagnaire <thomas@gazagnaire.org>")
+3 -3
json.opam
··· 11 11 authors: ["Daniel Bünzli" "Thomas Gazagnaire <thomas@gazagnaire.org>"] 12 12 license: "ISC" 13 13 tags: ["org:blacksun" "codec.text"] 14 - homepage: "https://tangled.org/gazagnaire.org/ocaml-json" 15 - bug-reports: "https://tangled.org/gazagnaire.org/ocaml-json/issues" 14 + homepage: "https://github.com/dbuenzli/jsont" 15 + bug-reports: "https://github.com/dbuenzli/jsont/issues" 16 16 depends: [ 17 17 "ocaml" {>= "5.1"} 18 18 "dune" {>= "3.21" & >= "3.21"} ··· 38 38 "@doc" {with-doc} 39 39 ] 40 40 ] 41 - dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-json" 41 + dev-repo: "git+https://github.com/dbuenzli/jsont.git" 42 42 x-maintenance-intent: ["(latest)"]