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
deps
anil.recoil.org
4 months ago
f8a95f94
8ce9b821
0/1
build.yml
failed
37s
+3
-4
2 changed files
expand all
collapse all
unified
split
dune-project
jsonfeed.opam
+1
-2
dune-project
reviewed
···
21
21
and serialization using Jsonm and Ptime.")
22
22
(depends
23
23
(ocaml (>= 5.2.0))
24
24
-
(jsonm (>= 1.0.0))
24
24
+
(jsont (>= 0.2.0))
25
25
(ptime (>= 1.2.0))
26
26
-
(fmt (>= 0.11.0))
27
26
(odoc :with-doc)
28
27
(alcotest (and :with-test (>= 1.9.0)))))
+2
-2
jsonfeed.opam
reviewed
···
11
11
depends: [
12
12
"dune" {>= "3.18"}
13
13
"ocaml" {>= "5.2.0"}
14
14
-
"jsonm" {>= "1.0.0"}
14
14
+
"jsont" {>= "0.2.0"}
15
15
"ptime" {>= "1.2.0"}
16
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
34
+
dev-repo: "git+https://tangled.sh/@anil.recoil.org/ocaml-jsonfeed"