tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-jsonfeed
3
fork
atom
OCaml library for JSONfeed parsing and creation
3
fork
atom
overview
issues
pulls
pipelines
relax alcotest version constraints
anil.recoil.org
4 months ago
fbcfc64e
e2f95a7d
1/1
build.yml
success
49s
+5
-4
3 changed files
expand all
collapse all
unified
split
CHANGES.md
dune-project
jsonfeed.opam
+3
-2
CHANGES.md
reviewed
···
1
1
-
v1.1.0 (dev)
2
2
-
------------
1
1
+
v1.1.0 (2025-11-12)
2
2
+
-------------------
3
3
4
4
- Simplify round trip processing of unknown messages using Jsont combinators (@avsm).
5
5
+
- Relax alcotest version constraints (@avsm).
5
6
6
7
v1.0.0 (2025-11-12)
7
8
-------------------
+1
-1
dune-project
reviewed
···
25
25
(ptime (>= 1.2.0))
26
26
bytesrw
27
27
(odoc :with-doc)
28
28
-
(alcotest (and :with-test (>= 1.8.0)))))
28
28
+
(alcotest (and :with-test (>= 1.5.0)))))
+1
-1
jsonfeed.opam
reviewed
···
15
15
"ptime" {>= "1.2.0"}
16
16
"bytesrw"
17
17
"odoc" {with-doc}
18
18
-
"alcotest" {with-test & >= "1.8.0"}
18
18
+
"alcotest" {with-test & >= "1.5.0"}
19
19
]
20
20
build: [
21
21
["dune" "subst"] {dev}