tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-webfinger
0
fork
atom
Webfinger in OCaml via RFC7033
0
fork
atom
overview
issues
pulls
pipelines
fix
anil.recoil.org
1 month ago
dbf2c7c4
9a2e6464
+2
-2
2 changed files
expand all
collapse all
unified
split
dune-project
webfinger.opam
+1
-1
dune-project
···
23
23
(ocaml (>= 5.2.0))
24
24
(dune (>= 3.0))
25
25
(jsont (>= 0.1.0))
26
26
-
(jsont-bytesrw (>= 0.1.0))
26
26
+
bytesrw
27
27
(eio (>= 1.0))
28
28
(eio_main (>= 1.0))
29
29
(requests (>= 0.1.0))
+1
-1
webfinger.opam
···
15
15
"ocaml" {>= "5.2.0"}
16
16
"dune" {>= "3.20" & >= "3.0"}
17
17
"jsont" {>= "0.1.0"}
18
18
-
"jsont-bytesrw" {>= "0.1.0"}
18
18
+
"bytesrw"
19
19
"eio" {>= "1.0"}
20
20
"eio_main" {>= "1.0"}
21
21
"requests" {>= "0.1.0"}