ocaml-cohttp 5.3.0-1build2 source package in Ubuntu

Changelog

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

  * Rebuild against new OCAML ABIs.

 -- Gianfranco Costamagna <email address hidden>  Sat, 17 Feb 2024 01:28:30 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian OCaml Maintainers
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-1build2.debian.tar.xz 3.8 KiB e7bb93fb0661954707ec0996c2908bcde297f0923095af5137c1d2cedf7a9560
ocaml-cohttp_5.3.0-1build2.dsc 2.9 KiB 6d7455d6cadf2fb4b8f2f46150a7114d07f7643515ce3f0f4b65af923e88fa6b

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.