File: control

package info (click to toggle)
ruby-mpi 0.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 272 kB
  • sloc: ansic: 714; ruby: 294; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 965 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
Source: ruby-mpi
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper (>= 12~),
               gem2deb,
               mpi-default-bin,
               mpi-default-dev,
               rake,
               ruby-narray,
               ruby-rspec
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-mpi.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-mpi
Homepage: https://github.com/seiya/ruby-mpi
XS-Ruby-Versions: all

Package: ruby-mpi
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-narray,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby binding of MPI
 Ruby-MPI is a ruby binding of Message Passing Interface (MPI), which is
 an API specification that allows processes to communicate with one
 another by sending and receiving messages.