1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
Source: ocaml-conduit
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Stéphane Glondu <glondu@debian.org>
Build-Depends:
debhelper-compat (= 13),
ocaml-nox,
ocaml-dune,
libppx-sexp-conv-ocaml-dev,
libsexplib-ocaml-dev,
libastring-ocaml-dev,
liburi-ocaml-dev,
liblogs-ocaml-dev,
libipaddr-ocaml-dev,
liblwt-ocaml-dev,
liblwt-ssl-ocaml-dev,
libca-certs-ocaml-dev,
dh-ocaml
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/mirage/ocaml-conduit
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-conduit.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-conduit
Package: libconduit-ocaml-dev
Architecture: any
Depends:
${shlibs:Depends},
${ocaml:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: network connection establishment library for OCaml (dev)
The conduit library takes care of establishing and listening for TCP
and SSL/TLS connections for the Lwt and Async libraries.
.
The reason this library exists is to provide a degree of abstraction
from the precise SSL library used, since there are a variety of ways
to bind to a library (e.g. the C FFI, or the Ctypes library), as well
as well as which library is used (just OpenSSL for now).
.
By default, OpenSSL is used as the preferred connection library, but
you can force the use of the pure OCaml TLS stack by setting the
environment variable CONDUIT_TLS=native when starting your program.
.
This package contains development files.
Package: libconduit-ocaml
Architecture: any
Depends:
${shlibs:Depends},
${ocaml:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: network connection establishment library for OCaml (runtime)
The conduit library takes care of establishing and listening for TCP
and SSL/TLS connections for the Lwt and Async libraries.
.
The reason this library exists is to provide a degree of abstraction
from the precise SSL library used, since there are a variety of ways
to bind to a library (e.g. the C FFI, or the Ctypes library), as well
as well as which library is used (just OpenSSL for now).
.
By default, OpenSSL is used as the preferred connection library, but
you can force the use of the pure OCaml TLS stack by setting the
environment variable CONDUIT_TLS=native when starting your program.
.
This package contains the shared runtime libraries.
Package: libconduit-lwt-ocaml-dev
Architecture: any
Depends:
${shlibs:Depends},
${ocaml:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: network connection establishment library for Lwt (dev)
The conduit library takes care of establishing and listening for TCP
and SSL/TLS connections for the Lwt and Async libraries.
.
The reason this library exists is to provide a degree of abstraction
from the precise SSL library used, since there are a variety of ways
to bind to a library (e.g. the C FFI, or the Ctypes library), as well
as well as which library is used (just OpenSSL for now).
.
By default, OpenSSL is used as the preferred connection library, but
you can force the use of the pure OCaml TLS stack by setting the
environment variable CONDUIT_TLS=native when starting your program.
.
This package contains development files for Lwt.
Package: libconduit-lwt-ocaml
Architecture: any
Depends:
${shlibs:Depends},
${ocaml:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: network connection establishment library for Lwt (runtime)
The conduit library takes care of establishing and listening for TCP
and SSL/TLS connections for the Lwt and Async libraries.
.
The reason this library exists is to provide a degree of abstraction
from the precise SSL library used, since there are a variety of ways
to bind to a library (e.g. the C FFI, or the Ctypes library), as well
as well as which library is used (just OpenSSL for now).
.
By default, OpenSSL is used as the preferred connection library, but
you can force the use of the pure OCaml TLS stack by setting the
environment variable CONDUIT_TLS=native when starting your program.
.
This package contains the shared runtime libraries for Lwt.
|