File: control

package info (click to toggle)
octave-vrml 1.0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,404 kB
  • sloc: makefile: 37
file content (30 lines) | stat: -rw-r--r-- 1,230 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
29
30
Source: octave-vrml
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-sequence-octave,
               dh-octave (>= 1.2.5),
               texlive <!nodoc>,
               ghostscript <!nodoc>
Standards-Version: 4.7.2
Homepage: https://gnu-octave.github.io/packages/vrml/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-vrml.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-vrml
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-vrml
Architecture: all
Depends: ${misc:Depends}, ${octave:Depends}, castle-model-viewer
Description: VRML functions for Octave
 This package provides functions to do 3D graphics using VRML in
 Octave a numerical computation software. It allows the visualization
 of sets of 3D points, 3D curves, surfaces, etc using Octave, in
 conjunction with the VRML browser FreeWRL.
 .
 This Octave add-on package is part of the Octave-Forge project.