lwt 5.6.1-4 source package in Ubuntu

Changelog

lwt (5.6.1-4) unstable; urgency=medium

  * Team upload.
  * Bum dep on more recent dune.
  * Bump standards-version to 4.6.2

 -- Julien Puydt <email address hidden>  Wed, 05 Jul 2023 11:17:52 +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

Downloads

File Size SHA-256 Checksum
lwt_5.6.1-4.dsc 2.2 KiB 952e62d3acd14a5529ab3d42da33d1800430a95e4156dfc802d0e2d5be960c23
lwt_5.6.1.orig.tar.gz 308.7 KiB eb49470d2e18492f2502f69012066001f8a5384d4ca0a75000a8a8659f8a67a0
lwt_5.6.1-4.debian.tar.xz 6.2 KiB 01ca4d8d1d88c47b94660e2a71b963a97a935cfd20d2f6548d9099193a7eb932

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