ocaml-cohttp 4.0.0-1build2 source package in Ubuntu

Changelog

ocaml-cohttp (4.0.0-1build2) jammy; urgency=medium

  * No-change rebuild for new ocaml ABIs

 -- Steve Langasek <email address hidden>  Fri, 25 Feb 2022 22:45:26 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
ocaml-cohttp_4.0.0.orig.tar.bz2 94.3 KiB bd7aa4cd2c82744990ed7c49e3ee7a40324c64cb3d8509804809155e2bacd1d2
ocaml-cohttp_4.0.0-1build2.debian.tar.xz 3.8 KiB 566ad5510aae2749124f759050b865951b06be0af4aeccaf2862934d39b1c64d
ocaml-cohttp_4.0.0-1build2.dsc 2.9 KiB ffba32854c869920e8d812d5ee63a7466b2d34ab5843095f55e122d2cf6b6029

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: No summary available for libcohttp-lwt-jsoo-ocaml-dev in ubuntu kinetic.

No description available for libcohttp-lwt-jsoo-ocaml-dev in ubuntu kinetic.

libcohttp-lwt-ocaml: No summary available for libcohttp-lwt-ocaml in ubuntu kinetic.

No description available for libcohttp-lwt-ocaml in ubuntu kinetic.

libcohttp-lwt-ocaml-dbgsym: debug symbols for libcohttp-lwt-ocaml
libcohttp-lwt-ocaml-dev: No summary available for libcohttp-lwt-ocaml-dev in ubuntu kinetic.

No description available for libcohttp-lwt-ocaml-dev in ubuntu kinetic.

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: No summary available for libcohttp-lwt-unix-ocaml-dev in ubuntu kinetic.

No description available for libcohttp-lwt-unix-ocaml-dev in ubuntu kinetic.

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.