File: control

package info (click to toggle)
massivethreads 1.02-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,924 kB
  • sloc: ansic: 27,814; sh: 4,559; cpp: 3,334; javascript: 1,799; makefile: 1,745; python: 523; asm: 373; perl: 118; lisp: 9
file content (43 lines) | stat: -rw-r--r-- 1,661 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
Source: massivethreads
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Priority: optional
Section: devel
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/massivethreads/massivethreads
Vcs-Browser: https://salsa.debian.org/debian/massivethreads
Vcs-Git: https://salsa.debian.org/debian/massivethreads.git

Package: libmassivethreads0
Architecture: amd64 arm64 i386 sparc64
Section: libs
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Lightweight Thread Library for High Productivity Languages - libs
 This provides a multithreaded processing library to achieve
 dynamic load balancing within compute nodes.
 .
 This package includes the shared library.

Package: libmassivethreads-dev
Architecture: amd64 arm64 i386 sparc64
Section: libdevel
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libmassivethreads0 (= ${binary:Version})
Description: Lightweight Thread Library for High Productivity Languages - devel
 This provides a multithreaded processing library to achieve
 dynamic load balancing within compute nodes.
 .
 This package contains files that are needed to build applications.

# Package: massivethreads
# Architecture: any
# Pre-Depends: ${misc:Pre-Depends}
# Depends: ${shlibs:Depends}, ${misc:Depends}, libmassivethreads0 (= ${binary:Version})
# Multi-Arch: foreign
# Description: Lightweight Thread Library for High Productivity Languages - tools
#  This provides a multithreaded processing library to achieve
#  dynamic load balancing within compute nodes.
#  .
#  This package contains files that is tool using libmassivethreads0.