lwt 5.7.0-1 source package in Ubuntu

Changelog

lwt (5.7.0-1) unstable; urgency=medium

  * New upstream release

 -- Stéphane Glondu <email address hidden>  Sun, 27 Aug 2023 21:32:54 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libdevel

Downloads

File Size SHA-256 Checksum
lwt_5.7.0-1.dsc 1.9 KiB 3e89b1caded7b1bb2158efcdfaf80d81f750b7c5f2234076ee58480c4412f563
lwt_5.7.0.orig.tar.gz 306.3 KiB 371031c38071f6f1b1b815cbe07f436c013af8fd8c4862c57a12e37c15c8b785
lwt_5.7.0-1.debian.tar.xz 5.9 KiB 9fd72fc13feae8d342cab035473e668e41127faeb17fc63c2632424fe45f603b

Available diffs

No changes file available.

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