OCaml library for JSONfeed parsing and creation

deps

Changed files
+3 -4
+1 -2
dune-project
···
and serialization using Jsonm and Ptime.")
(depends
(ocaml (>= 5.2.0))
-
(jsonm (>= 1.0.0))
+
(jsont (>= 0.2.0))
(ptime (>= 1.2.0))
-
(fmt (>= 0.11.0))
(odoc :with-doc)
(alcotest (and :with-test (>= 1.9.0)))))
+2 -2
jsonfeed.opam
···
depends: [
"dune" {>= "3.18"}
"ocaml" {>= "5.2.0"}
-
"jsonm" {>= "1.0.0"}
+
"jsont" {>= "0.2.0"}
"ptime" {>= "1.2.0"}
-
"fmt" {>= "0.11.0"}
"odoc" {with-doc}
"alcotest" {with-test & >= "1.9.0"}
]
···
]
]
x-maintenance-intent: ["(latest)"]
+
dev-repo: "git+https://tangled.sh/@anil.recoil.org/ocaml-jsonfeed"