cothreads 0.10-3build3 source package in Ubuntu

Changelog

cothreads (0.10-3build3) oneiric; urgency=low

  * Rebuild to pick up armel ocaml fixes.
 -- Adam Conrad <email address hidden>   Fri, 19 Aug 2011 13:12:25 -0600

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Oneiric
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cothreads_0.10.orig.tar.gz 41.5 KiB 4d8e8efe9d6a317cb5479f4022408f1052c4f683af205f25906962e23ae92117
cothreads_0.10-3build3.diff.gz 6.0 KiB 0a7ec6769ef48d01f07cf1d435b887ff1d7f540cd420b4da7e97de0b5925e863
cothreads_0.10-3build3.dsc 1.4 KiB 13067218e1d680d6d0737490adfff552d512b9e02f374e8174cc2288546826fe

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.