File: control

package info (click to toggle)
octave-zeromq 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 988 kB
  • sloc: cpp: 2,776; makefile: 194; xml: 20; sh: 5
file content (28 lines) | stat: -rw-r--r-- 1,149 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: octave-zeromq
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-octave (>= 0.7.1),
               libzmq5-dev,
               texlive
Standards-Version: 4.5.0
Homepage: https://octave.sourceforge.io/zeromq/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-zeromq.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-zeromq
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-zeromq
Architecture: any
Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}
Description: ZeroMQ binding for Octave
 ZeroMQ is a library which extends the standard socket interfaces,
 providing an abstraction of asynchronous message queues, multiple
 messaging patterns, message filtering (subscriptions), seamless
 access to multiple transport protocols and more.  This package
 contains the binding to the ZeroMQ library for use in Octave, a
 scientific computation software.
 .
 This Octave add-on package is part of the Octave-Forge project.