OCaml library for JSONfeed parsing and creation

deps

+3 -4
+1 -2
dune-project
··· 21 21 and serialization using Jsonm and Ptime.") 22 22 (depends 23 23 (ocaml (>= 5.2.0)) 24 - (jsonm (>= 1.0.0)) 24 + (jsont (>= 0.2.0)) 25 25 (ptime (>= 1.2.0)) 26 - (fmt (>= 0.11.0)) 27 26 (odoc :with-doc) 28 27 (alcotest (and :with-test (>= 1.9.0)))))
+2 -2
jsonfeed.opam
··· 11 11 depends: [ 12 12 "dune" {>= "3.18"} 13 13 "ocaml" {>= "5.2.0"} 14 - "jsonm" {>= "1.0.0"} 14 + "jsont" {>= "0.2.0"} 15 15 "ptime" {>= "1.2.0"} 16 - "fmt" {>= "0.11.0"} 17 16 "odoc" {with-doc} 18 17 "alcotest" {with-test & >= "1.9.0"} 19 18 ] ··· 32 31 ] 33 32 ] 34 33 x-maintenance-intent: ["(latest)"] 34 + dev-repo: "git+https://tangled.sh/@anil.recoil.org/ocaml-jsonfeed"