this repo has no description
1opam-version: "2.0"
2maintainer: "anil@recoil.org"
3authors: [
4 "Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire" "Rudi Grinberg"
5]
6license: "ISC"
7tags: "org:mirage"
8homepage: "https://github.com/mirage/ocaml-conduit"
9bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
10depends: [
11 "ocaml" {>= "4.03.0"}
12 "dune" {>= "2.0.0"}
13 "core"
14 "uri" {>= "4.0.0"}
15 "ppx_here" {>= "v0.9.0"}
16 "ppx_sexp_conv" {>="v0.13.0"}
17 "sexplib"
18 "conduit" {=version}
19 "async" {>= "v0.10.0"}
20 "ipaddr" {>= "3.0.0"}
21]
22depopts: ["async_ssl"]
23conflicts: [
24 "async_ssl" {< "v0.9.0"}
25]
26build: [
27 ["dune" "subst"] {dev}
28 ["dune" "build" "-p" name "-j" jobs]
29]
30dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
31synopsis: "A network connection establishment library for Async"
32url {
33 src:
34 "https://github.com/mirage/ocaml-conduit/releases/download/v2.3.0/conduit-v2.3.0.tbz"
35 checksum: [
36 "sha256=df52c4c0967ee8dfd044feca3cb90755132a5bc40e6b2884f64bf2d13755e72d"
37 "sha512=0783a6637035ed4c20dc96e995e73f978c9448b11d5caf6d1b351664c6ef0956261a0e44268dbd49953ac603b8b93b0e2b5f8ff4fd20e29ed20d317b10d36776"
38 ]
39}
40x-commit-hash: "d215061bff85153a2cefd55b213a93999f6637c6"