tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-conpool
0
fork
atom
TCP/TLS connection pooling for Eio
0
fork
atom
overview
issues
pulls
pipelines
metadata
anil.recoil.org
1 month ago
f6ec14f8
7c1075e3
0/1
build.yml
failed
4min 17s
+4
-4
2 changed files
expand all
collapse all
unified
split
conpool.opam
dune-project
+2
-2
conpool.opam
···
6
6
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
7
7
authors: ["Anil Madhavapeddy <anil@recoil.org>"]
8
8
license: "ISC"
9
9
-
homepage: "https://tangled.org/@anil.recoil.org/ocaml-conpool"
10
10
-
bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-conpool/issues"
9
9
+
homepage: "https://tangled.org/anil.recoil.org/ocaml-conpool"
10
10
+
bug-reports: "https://tangled.org/anil.recoil.org/ocaml-conpool/issues"
11
11
depends: [
12
12
"ocaml" {>= "5.1.0"}
13
13
"dune" {>= "3.20" & >= "3.0"}
+2
-2
dune-project
···
6
6
7
7
(license ISC)
8
8
(authors "Anil Madhavapeddy <anil@recoil.org>")
9
9
-
(homepage "https://tangled.org/@anil.recoil.org/ocaml-conpool")
9
9
+
(homepage "https://tangled.org/anil.recoil.org/ocaml-conpool")
10
10
(maintainers "Anil Madhavapeddy <anil@recoil.org>")
11
11
-
(bug_reports "https://tangled.org/@anil.recoil.org/ocaml-conpool/issues")
11
11
+
(bug_reports "https://tangled.org/anil.recoil.org/ocaml-conpool/issues")
12
12
(maintenance_intent "(latest)")
13
13
14
14
(package