File: control

package info (click to toggle)
ocaml-cpu 2.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: ansic: 59; makefile: 22; sh: 4; ml: 2
file content (42 lines) | stat: -rw-r--r-- 1,142 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
Source: ocaml-cpu
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Johannes 'josch' Schauer <josch@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 ocaml,
 ocaml-dune,
 dh-ocaml (>= 1.2),
 libocamlnet-ocaml-dev,
Standards-Version: 4.6.2
Section: ocaml
Homepage: https://github.com/UnixJunkie/cpu
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-cpu.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-cpu
Rules-Requires-Root: no

Package: libcpu-ocaml-dev
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: Pin current process to given core number (development)
 This library can also get the number of CPU cores online.
 .
 This package contains the development files.

Package: libcpu-ocaml
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Description: Pin current process to given core number (runtime)
 This library can also get the number of CPU cores online.
 .
 This package contains the runtime files.