OCaml library for JSONfeed parsing and creation

relax alcotest version constraints

+3 -2
CHANGES.md
···
-
v1.1.0 (dev)
-
------------
+
v1.1.0 (2025-11-12)
+
-------------------
- Simplify round trip processing of unknown messages using Jsont combinators (@avsm).
+
- Relax alcotest version constraints (@avsm).
v1.0.0 (2025-11-12)
-------------------
+1 -1
dune-project
···
(ptime (>= 1.2.0))
bytesrw
(odoc :with-doc)
-
(alcotest (and :with-test (>= 1.8.0)))))
+
(alcotest (and :with-test (>= 1.5.0)))))
+1 -1
jsonfeed.opam
···
"ptime" {>= "1.2.0"}
"bytesrw"
"odoc" {with-doc}
-
"alcotest" {with-test & >= "1.8.0"}
+
"alcotest" {with-test & >= "1.5.0"}
]
build: [
["dune" "subst"] {dev}