ocaml-cohttp 5.3.0-1build5 source package in Ubuntu

Changelog

ocaml-cohttp (5.3.0-1build5) noble; urgency=medium

  * No-change rebuild against libssl3t64

 -- Steve Langasek <email address hidden>  Mon, 04 Mar 2024 20:21:43 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml-cohttp_5.3.0.orig.tar.bz2 105.4 KiB b3bd91c704e5ea510e924b83ab2ede1fc46a2cce448b0f8cef4883b9a16eeddd
ocaml-cohttp_5.3.0-1build5.debian.tar.xz 3.9 KiB 5f9ef113c4d502e8819d6b700a4bf9dbc4b2204d516039aa8da074f18457dc99
ocaml-cohttp_5.3.0-1build5.dsc 3.0 KiB 76fa166d86768e6c8b80430f9f0496702e4f910c86bdd1ac12780dceb86af2a2

Available diffs

View changes file

Binary packages built by this source

libcohttp-lwt-jsoo-ocaml: CoHTTP implementation for the Js_of_ocaml JavaScript compiler (runtime)

 An implementation of an HTTP client for JavaScript, but using the
 CoHTTP types. This lets you build HTTP clients that can compile
 natively (using one of the other Cohttp backends such as
 cohttp-lwt-unix) and also to native JavaScript via js_of_ocaml.
 .
 This package contains the shared runtime libraries.

libcohttp-lwt-jsoo-ocaml-dbgsym: debug symbols for libcohttp-lwt-jsoo-ocaml
libcohttp-lwt-jsoo-ocaml-dev: CoHTTP implementation for the Js_of_ocaml JavaScript compiler (dev)

 An implementation of an HTTP client for JavaScript, but using the
 CoHTTP types. This lets you build HTTP clients that can compile
 natively (using one of the other Cohttp backends such as
 cohttp-lwt-unix) and also to native JavaScript via js_of_ocaml.
 .
 This package contains development files.

libcohttp-lwt-ocaml: CoHTTP implementation using the Lwt concurrency library (runtime)

 This is a portable implementation of CoHTTP that uses the Lwt
 concurrency library to multiplex IO. It implements as much of the
 logic in an OS-independent way as possible, so that more specialised
 modules can be tailored for different targets. For example, you can
 install cohttp-lwt-unix or cohttp-lwt-jsoo for a Unix or JavaScript
 backend, or cohttp-mirage for the MirageOS unikernel version of the
 library. All of these implementations share the same IO logic from
 this module.
 .
 This package contains the shared runtime libraries.

libcohttp-lwt-ocaml-dbgsym: debug symbols for libcohttp-lwt-ocaml
libcohttp-lwt-ocaml-dev: CoHTTP implementation using the Lwt concurrency library (dev)

 This is a portable implementation of CoHTTP that uses the Lwt
 concurrency library to multiplex IO. It implements as much of the
 logic in an OS-independent way as possible, so that more specialised
 modules can be tailored for different targets. For example, you can
 install cohttp-lwt-unix or cohttp-lwt-jsoo for a Unix or JavaScript
 backend, or cohttp-mirage for the MirageOS unikernel version of the
 library. All of these implementations share the same IO logic from
 this module.
 .
 This package contains development files.

libcohttp-lwt-unix-ocaml: CoHTTP implementation for Unix and Windows using Lwt (runtime)

 An implementation of an HTTP client and server using the Lwt
 concurrency library. See the Cohttp_lwt_unix module for information
 on how to use this. The package also installs cohttp-curl-lwt and a
 cohttp-server-lwt binaries for quick uses of a HTTP(S) client and
 server respectively.
 .
 Although the name implies that this only works under Unix, it should
 also be fine under Windows too.
 .
 This package contains the shared runtime libraries.

libcohttp-lwt-unix-ocaml-dbgsym: debug symbols for libcohttp-lwt-unix-ocaml
libcohttp-lwt-unix-ocaml-dev: CoHTTP implementation for Unix and Windows using Lwt (dev)

 An implementation of an HTTP client and server using the Lwt
 concurrency library. See the Cohttp_lwt_unix module for information
 on how to use this. The package also installs cohttp-curl-lwt and a
 cohttp-server-lwt binaries for quick uses of a HTTP(S) client and
 server respectively.
 .
 Although the name implies that this only works under Unix, it should
 also be fine under Windows too.
 .
 This package contains development files.

libcohttp-lwt-unix-ocaml-dev-dbgsym: debug symbols for libcohttp-lwt-unix-ocaml-dev
libcohttp-ocaml: OCaml library for HTTP clients and servers (runtime)

 Cohttp is an OCaml library for creating HTTP daemons. It has a
 portable HTTP parser, and implementations using various asynchronous
 programming libraries.
 .
 It has concrete implementations for many targets, including lwt,
 lwt-unix, lwt-jsoo.
 .
 You can implement other targets using the parser very easily. Look at
 the IO signature in lib/s.mli and implement that in the desired
 backend.
 .
 You can activate some runtime debugging by setting COHTTP_DEBUG to
 any value, and all requests and responses will be written to
 stderr. Further debugging of the connection layer can be obtained by
 setting CONDUIT_DEBUG to any value.
 .
 This package contains the shared runtime libraries.

libcohttp-ocaml-dbgsym: debug symbols for libcohttp-ocaml
libcohttp-ocaml-dev: OCaml library for HTTP clients and servers (dev)

 Cohttp is an OCaml library for creating HTTP daemons. It has a
 portable HTTP parser, and implementations using various asynchronous
 programming libraries.
 .
 It has concrete implementations for many targets, including lwt,
 lwt-unix, lwt-jsoo.
 .
 You can implement other targets using the parser very easily. Look at
 the IO signature in lib/s.mli and implement that in the desired
 backend.
 .
 You can activate some runtime debugging by setting COHTTP_DEBUG to
 any value, and all requests and responses will be written to
 stderr. Further debugging of the connection layer can be obtained by
 setting CONDUIT_DEBUG to any value.
 .
 This package contains development files.