lwt 5.1.1-3build1 source package in Ubuntu

Changelog

lwt (5.1.1-3build1) focal; urgency=medium

  * Rebuild against new OCAML ABIs.

 -- Gianfranco Costamagna <email address hidden>  Tue, 25 Feb 2020 18:38:41 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe libdevel

Downloads

File Size SHA-256 Checksum
lwt_5.1.1.orig.tar.gz 286.8 KiB 078a6c351d94d6eeb827c62a25c87ac11715c791f4b642d85303740c2cac8d3f
lwt_5.1.1-3build1.debian.tar.xz 6.6 KiB 491f3b15a13f57bcd7578e971ec9728c8f62d6215e562fabd553e028fd45c166
lwt_5.1.1-3build1.dsc 2.2 KiB 6ac76a3392fdb715d5fbd54973ba6d01578c7436ed62272361dff30bea2350ad

View changes file

Binary packages built by this source

liblwt-ocaml: cooperative light-weight thread library for OCaml (runtime)

 Lwt is a library for cooperative threads implemented in a monadic style.
 Unlike preemptive threads, cooperative threads do not use a scheduler to
 distribute processor time between threads. Instead, each thread must
 announce that it wants to let the others run.
 .
 This package contains runtime libraries for programs using core Lwt.

liblwt-ocaml-dbgsym: debug symbols for liblwt-ocaml
liblwt-ocaml-dev: cooperative light-weight thread library for OCaml

 Lwt is a library for cooperative threads implemented in a monadic style.
 Unlike preemptive threads, cooperative threads do not use a scheduler to
 distribute processor time between threads. Instead, each thread must
 announce that it wants to let the others run.
 .
 This package contains all the development stuff you need to use the
 core Lwt OCaml library in your programs.

liblwt-ocaml-dev-dbgsym: debug symbols for liblwt-ocaml-dev