lwt 5.9.2-ok1 source package in openKylin

Changelog

lwt (5.9.2-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 08 May 2026 05:12:24 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luoyaoming
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
ocaml
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main ocaml

Downloads

File Size SHA-256 Checksum
lwt_5.9.2.orig.tar.gz 304.4 KiB f4e59d62d8cb1eb119591c7c395fa6cc1c926711d87f93fd26d0004748880ce7
lwt_5.9.2-ok1.debian.tar.xz 3.7 KiB 29aa5690a8d9bbcaf13a5cb0a955ccf951c8d6002f0b595d1fe2eb5332d6def2
lwt_5.9.2-ok1.dsc 2.0 KiB a4b48d0da54b9f7438a8c4ce3c5a6ff70bf23993ff70b91eafd55aab75812c94

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-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.