cothreads 0.10-6build1 source package in Ubuntu

Changelog

cothreads (0.10-6build1) jammy; urgency=medium

  * No-change rebuild for ocaml abi changes.

 -- Matthias Klose <email address hidden>  Mon, 24 Jan 2022 17:19:39 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libdevel
Lunar release universe libdevel
Jammy release universe libdevel

Downloads

File Size SHA-256 Checksum
cothreads_0.10.orig.tar.gz 41.5 KiB 4d8e8efe9d6a317cb5479f4022408f1052c4f683af205f25906962e23ae92117
cothreads_0.10-6build1.debian.tar.xz 6.6 KiB dc63863fc7c54227eedd099b0abe7f8d2229dae07eda8118b0810172b425a8a9
cothreads_0.10-6build1.dsc 2.0 KiB 6f0c9870b31c5a80c25b9a037df09aef441855a7d3cfabcf200883e1713b0577

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.