···11+opam-version: "2.0"
22+maintainer: "anil@recoil.org"
33+authors: [
44+ "Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire" "Rudi Grinberg"
55+]
66+license: "ISC"
77+tags: "org:mirage"
88+homepage: "https://github.com/mirage/ocaml-conduit"
99+doc: "https://mirage.github.io/ocaml-conduit/"
1010+bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
1111+depends: [
1212+ "ocaml" {>= "4.08.0"}
1313+ "dune" {>= "2.0"}
1414+ "ppx_sexp_conv" {>="v0.13.0"}
1515+ "sexplib"
1616+ "astring"
1717+ "uri"
1818+ "logs" {>= "0.5.0"}
1919+ "ipaddr" {>= "4.0.0"}
2020+ "ipaddr-sexp"
2121+]
2222+build: [
2323+ ["dune" "subst"] {dev}
2424+ ["dune" "build" "-p" name "-j" jobs]
2525+]
2626+dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
2727+synopsis: "A network connection establishment library"
2828+description: """
2929+The `conduit` library takes care of establishing and listening for
3030+TCP and SSL/TLS connections for the Lwt and Async libraries.
3131+3232+The reason this library exists is to provide a degree of abstraction
3333+from the precise SSL library used, since there are a variety of ways
3434+to bind to a library (e.g. the C FFI, or the Ctypes library), as well
3535+as well as which library is used (just OpenSSL for now).
3636+3737+By default, OpenSSL is used as the preferred connection library, but
3838+you can force the use of the pure OCaml TLS stack by setting the
3939+environment variable `CONDUIT_TLS=native` when starting your program.
4040+4141+The useful opam packages available that extend this library are:
4242+4343+- `conduit`: the main `Conduit` module
4444+- `conduit-lwt`: the portable Lwt implementation
4545+- `conduit-lwt-unix`: the Lwt/Unix implementation
4646+- `conduit-async` the Jane Street Async implementation
4747+- `conduit-mirage`: the MirageOS compatible implementation
4848+"""
4949+url {
5050+ src:
5151+ "https://github.com/mirage/ocaml-conduit/releases/download/v6.2.2/conduit-6.2.2.tbz"
5252+ checksum: [
5353+ "sha256=58eabf878fe2a5612f5a4f2b484ff749a5febbea3b3ceeb9af43ac235f2b2445"
5454+ "sha512=ab8ee5c2b9d879869181d5dfe111aefeefaa10063d89f21d5fc6023e8a7b83738b246dcadce7d583f5b8e918026cdb73cc66b32a8d5c2f874966fa37d5e67719"
5555+ ]
5656+}
5757+x-commit-hash: "18130daf3907388ecb03ab99192fd1ce98561ca8"