lwt 5.5.0-1build3 source package in Ubuntu
Changelog
lwt (5.5.0-1build3) kinetic; urgency=medium * Rebuild against new OCAML ABI. -- Gianfranco Costamagna <email address hidden> Mon, 02 May 2022 08:19:23 +0200
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Kinetic
- Original maintainer:
- Debian OCaml Maintainers
- Architectures:
- any
- Section:
- libdevel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | libdevel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lwt_5.5.0.orig.tar.gz | 306.5 KiB | 49aed5cf2cd417fad87ef40e0f0c83305cbb8f347543967648d04b07a135f995 |
lwt_5.5.0-1build3.debian.tar.xz | 6.3 KiB | 11140e16339e908fcf3707130edcacef92d41d123efeb781b9e8ec407f2ffbd5 |
lwt_5.5.0-1build3.dsc | 2.1 KiB | c00273d8a075b6bb819b83e1c62164130a83504c29c5dd7eb46cddff29a9830b |
Available diffs
- diff from 5.5.0-1build2 to 5.5.0-1build3 (322 bytes)
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