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
|
Source: octave-zeromq
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Rafael Laboissiere <rafael@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-octave (>= 0.5.0),
libzmq5-dev
Standards-Version: 4.3.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.
|