ocaml-cohttp 5.1.0-2build3 source package in Ubuntu

Changelog

ocaml-cohttp (5.1.0-2build3) mantic; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Mon, 28 Aug 2023 19:33:33 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Mantic
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
ocaml-cohttp_5.1.0.orig.tar.gz 131.1 KiB b94a3fb2af810cd59155b7552af13198423ff4d83ba3d6ab6ad02a2b59acec3d
ocaml-cohttp_5.1.0-2build3.debian.tar.xz 3.7 KiB 3eb02ea049345969de0cd36e8d0ac79009995f17ab953a41aad95f3421ab3cce
ocaml-cohttp_5.1.0-2build3.dsc 2.9 KiB 0915b92c2f3719969292aab72020d09e4c84fef066e4e8d10af212b658b82f8c

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.