File: control

package info (click to toggle)
octave-geometry 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,468 kB
  • ctags: 308
  • sloc: python: 379; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 1,069 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
Source: octave-geometry
Section: math
Priority: optional
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Uploaders: Rafael Laboissiere <rafael@laboissiere.net>
Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>> 1.2.0), python-lxml,
 gnuplot-nox
Standards-Version: 3.9.8
Homepage: http://octave.sourceforge.net/geometry/
Vcs-Git: https://anonscm.debian.org/git/pkg-octave/octave-geometry.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-octave/octave-geometry.git

Package: octave-geometry
Architecture: all
Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}, python,
 python-lxml
Description: geometric computing functions for Octave
 This package extends the MatGeom functions for Octave, a scientific
 computing software.  It is useful to create, transform, manipulate and
 display geometric primitives in 2D.  It also contains functions for
 performing boolean operations between two polygons and to manipulate files
 in SVG and gmsh formats.
 .
 This Octave add-on package is part of the Octave-Forge project.