cothreads 0.10-4build1 source package in Ubuntu

Changelog

cothreads (0.10-4build1) bionic; urgency=high

  * No change rebuild against ocaml 4.05.

 -- Dimitri John Ledkov <email address hidden>  Thu, 26 Oct 2017 23:54:38 +0100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libdevel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe libdevel

Downloads

File Size SHA-256 Checksum
cothreads_0.10.orig.tar.gz 41.5 KiB 4d8e8efe9d6a317cb5479f4022408f1052c4f683af205f25906962e23ae92117
cothreads_0.10-4build1.debian.tar.xz 6.1 KiB cc70e5fa99a1ce28269261da670b1eec32ab37d3e3b141d4b05646589ecaefa5
cothreads_0.10-4build1.dsc 1.8 KiB 58e8dc7208c46de67542d9a7fe598ce70e8d1714dd9810f0605fce74b0e17801

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.