···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.13.0"}
1313+ "dune" {>= "2.0"}
1414+ "ppx_sexp_conv" {>="v0.13.0"}
1515+ "sexplib0"
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+x-maintenance-intent: [ "(latest)" ]
5050+url {
5151+ src:
5252+ "https://github.com/mirage/ocaml-conduit/releases/download/v8.0.0/conduit-8.0.0.tbz"
5353+ checksum: [
5454+ "sha256=0a63d910865b5473893a170cda51f61388f488ecf4c4b2ed7fe9ec4e2cf66f61"
5555+ "sha512=63c73616c5a4a6436aa9a1c8d2771d70e15789c639aaec6b9a95622aee0b364f18278e88ed769fbae84fefb817bef1c9c81fe41e969f03db99612295a159b536"
5656+ ]
5757+}
5858+x-commit-hash: "cb1e6cfed4a24bf3fa49627424fb9d43bdc20d0f"