cothreads 0.10-6build2 source package in Ubuntu

Changelog

cothreads (0.10-6build2) noble; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Thu, 02 Nov 2023 08:12:47 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe libdevel

Downloads

File Size SHA-256 Checksum
cothreads_0.10.orig.tar.gz 41.5 KiB 4d8e8efe9d6a317cb5479f4022408f1052c4f683af205f25906962e23ae92117
cothreads_0.10-6build2.debian.tar.xz 6.6 KiB 643c03b7631739c951ef5d31569b056f772ebd688dc5568e1336c5955753e531
cothreads_0.10-6build2.dsc 2.0 KiB 3241915b7eccbfebe573f2f58414fbedb53d44f717a535e25025eaa2ebadf1cc

Available diffs

View changes file

Binary packages built by this source

libcothreads-ocaml-dev: concurrent programming library for OCaml

 This library enhances the Threads library of the standard OCaml distribution
 in two dimensions:
 .
 - It implements the same API of the standard Threads library on different
 execution engines (process, networker), so that a single copy of
 source code can be compiled and deployed to different environments
 without modification.
 - It is also a super set of the standard Threads library, with extra
 components (STM etc.), functions (spawn etc.) and features (object-level
 compatibility etc.).
 .
 This package provides static libraries, interfaces, and documentation
 for coThreads.