lwt 5.7.0-1build5 source package in Ubuntu

Changelog

lwt (5.7.0-1build5) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 20:01:33 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libdevel
Noble release universe libdevel

Downloads

File Size SHA-256 Checksum
lwt_5.7.0.orig.tar.gz 306.3 KiB 371031c38071f6f1b1b815cbe07f436c013af8fd8c4862c57a12e37c15c8b785
lwt_5.7.0-1build5.debian.tar.xz 6.2 KiB cf93e7b4ad6f75746e1a6f4d4b7411d7420159fe8aea0b61b8d078f11af603e5
lwt_5.7.0-1build5.dsc 2.3 KiB 2b25d61c475442b60b9d836aab1d67b49fb757aa910df34e54028f40564df211

Available diffs

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