File: control

package info (click to toggle)
octave-sockets 1.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 940 kB
  • sloc: cpp: 1,161; python: 380; makefile: 234
file content (28 lines) | stat: -rw-r--r-- 1,175 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-sockets
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Thomas Weber <tweber@debian.org>,
           Rafael Laboissière <rafael@debian.org>,
           Sébastien Villemot <sebastien@debian.org>,
           Mike Miller <mtmiller@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-octave (>= 1.11.0),
               dh-sequence-octave,
               python3 <!nodoc>,
               texlive <!nodoc>
Standards-Version: 4.7.2
Homepage: https://gnu-octave.github.io/packages/sockets/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-sockets.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-sockets
Testsuite: autopkgtest-pkg-octave

Package: octave-sockets
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
Description: communication through Internet sockets in Octave
 This package provides functions to work with sockets in octave,
 mimicking the Unix socket API (socket, connect, disconnect,
 gethostbyname, send, recv, bind, listen, and accept)
 .
 This Octave add-on package is part of the Octave-Forge project.