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
3 months ago
a9ea7a32
f8a95f94
0/1
build.yml
failed
14s
+2
2 changed files
expand all
collapse all
unified
split
dune-project
jsonfeed.opam
+1
dune-project
···
23
23
(ocaml (>= 5.2.0))
24
24
(jsont (>= 0.2.0))
25
25
(ptime (>= 1.2.0))
26
26
+
bytesrw
26
27
(odoc :with-doc)
27
28
(alcotest (and :with-test (>= 1.9.0)))))
+1
jsonfeed.opam
···
13
13
"ocaml" {>= "5.2.0"}
14
14
"jsont" {>= "0.2.0"}
15
15
"ptime" {>= "1.2.0"}
16
16
+
"bytesrw"
16
17
"odoc" {with-doc}
17
18
"alcotest" {with-test & >= "1.9.0"}
18
19
]