File: control

package info (click to toggle)
cothreads 0.10-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 436 kB
  • sloc: ml: 1,960; makefile: 224
file content (35 lines) | stat: -rw-r--r-- 1,283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: cothreads
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Mehdi Dogguy <mehdi@debian.org>,
 Erik de Castro Lopo <erikd@mega-nerd.com>
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://salsa.debian.org/ocaml-team/cothreads.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/cothreads

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.