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.
|