Source: cothreads Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Mehdi Dogguy , Erik de Castro Lopo Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 10), ocaml-nox (>= 3.11.1-3~), dh-ocaml (>= 0.9.1) Standards-Version: 3.8.3 Homepage: http://sourceforge.net/projects/cothreads/ Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/cothreads.git Vcs-Browser: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/cothreads.git Package: libcothreads-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: 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.