File: control

package info (click to toggle)
octave-cgi 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 128 kB
  • sloc: sh: 52; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 848 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
Source: octave-cgi
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-sequence-octave
Standards-Version: 4.6.1
Homepage: https://octave.sourceforge.io/cgi/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-cgi.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-cgi
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-cgi
Architecture: all
Depends: ${misc:Depends}, ${octave:Depends}
Description: Common Gateway Interface for Octave
 This package allow the creation of CGI (Common Gateway Interface)
 objects and the parsing of CGI query string from GET or POST requests.
 .
 This Octave add-on package is part of the Octave-Forge project.