OCaml library for JSONfeed parsing and creation

relax alcotest version constraints

+5 -4
+3 -2
CHANGES.md
··· 1 - v1.1.0 (dev) 2 - ------------ 1 + v1.1.0 (2025-11-12) 2 + ------------------- 3 3 4 4 - Simplify round trip processing of unknown messages using Jsont combinators (@avsm). 5 + - Relax alcotest version constraints (@avsm). 5 6 6 7 v1.0.0 (2025-11-12) 7 8 -------------------
+1 -1
dune-project
··· 25 25 (ptime (>= 1.2.0)) 26 26 bytesrw 27 27 (odoc :with-doc) 28 - (alcotest (and :with-test (>= 1.8.0))))) 28 + (alcotest (and :with-test (>= 1.5.0)))))
+1 -1
jsonfeed.opam
··· 15 15 "ptime" {>= "1.2.0"} 16 16 "bytesrw" 17 17 "odoc" {with-doc} 18 - "alcotest" {with-test & >= "1.8.0"} 18 + "alcotest" {with-test & >= "1.5.0"} 19 19 ] 20 20 build: [ 21 21 ["dune" "subst"] {dev}