lwt 5.5.0-1 source package in Ubuntu

Changelog

lwt (5.5.0-1) unstable; urgency=low

  [ Stéphane Glondu ]
  * New upstream release
  * Bump Standards-Version to 4.6.0
  * Update debian/watch

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Stéphane Glondu <email address hidden>  Sat, 04 Dec 2021 22:52:43 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lwt_5.5.0-1.dsc 1.9 KiB 89e33b1d5b05fc10ae064a04fa7d02c68b90572dc07c6f4ebfa8b61aa4b9671b
lwt_5.5.0.orig.tar.gz 306.5 KiB 49aed5cf2cd417fad87ef40e0f0c83305cbb8f347543967648d04b07a135f995
lwt_5.5.0-1.debian.tar.xz 6.1 KiB 3ee8cb5521e0f58ad97b71a70796a448ea7bb6ffe16e59e0c374d1d933d1a810

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