File: control

package info (click to toggle)
ocaml-multicore-magic 2.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: ml: 565; sh: 60; ansic: 8; javascript: 6; makefile: 3
file content (61 lines) | stat: -rw-r--r-- 2,291 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: ocaml-multicore-magic
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               ocaml-dune (>= 2.8.0),
               dh-ocaml (>= 1.2.2),
               libalcotest-ocaml-dev (>=1.7.0),
               libodoc-ocaml-dev (>= 2.4.1),
               libdscheck-ocaml-dev,
               js-of-ocaml,
               nodejs <!nocheck>,
               ocaml
Standards-Version: 4.7.0
Homepage: https://github.com/ocaml-multicore/multicore-magic
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-multicore-magic
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-multicore-magic.git

Package: libmulticore-magic-ocaml
Architecture: any
Depends: ${misc:Depends},
         ${ocaml:Depends},
         ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: extract the best possible performance from multicore OCaml -- runtime files
 Low-level multicore utilities for OCaml. These are indented
 for experts for extracting the best possible performance from
 multicore OCaml.
 .
 This package contains only the shared runtime stub libraries.

Package: libmulticore-magic-ocaml-dev
Architecture: any
Depends: libmulticore-magic-ocaml (= ${binary:Version}),
         ${misc:Depends},
         ${ocaml:Depends},
         ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: extract the best possible performance from multicore OCaml -- development files
 Low-level multicore utilities for OCaml. These are indented
 for experts for extracting the best possible performance from
 multicore OCaml.
 .
 This package includes the development files required to
 develop modules using multicore-magic.

Package: libmulticore-magic-dscheck-ocaml-dev
Architecture: any
Depends: ${misc:Depends},
         ${ocaml:Depends},
         ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: multicore-magic API with atomic modules from dscheck -- development files
 Implements the multicore-magic API with the atomic module of
 DScheck to make DScheck tests possible in libraries using
 multicore-magic
 .
 This package includes the development files required to
 develop modules using multicore-magic-dscheck.