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
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
(ocaml (>= 5.2.0))
24
(jsont (>= 0.2.0))
25
(ptime (>= 1.2.0))
0
26
(odoc :with-doc)
27
(alcotest (and :with-test (>= 1.9.0)))))
···
23
(ocaml (>= 5.2.0))
24
(jsont (>= 0.2.0))
25
(ptime (>= 1.2.0))
26
+
bytesrw
27
(odoc :with-doc)
28
(alcotest (and :with-test (>= 1.9.0)))))
+1
jsonfeed.opam
···
13
"ocaml" {>= "5.2.0"}
14
"jsont" {>= "0.2.0"}
15
"ptime" {>= "1.2.0"}
0
16
"odoc" {with-doc}
17
"alcotest" {with-test & >= "1.9.0"}
18
]
···
13
"ocaml" {>= "5.2.0"}
14
"jsont" {>= "0.2.0"}
15
"ptime" {>= "1.2.0"}
16
+
"bytesrw"
17
"odoc" {with-doc}
18
"alcotest" {with-test & >= "1.9.0"}
19
]