File: control

package info (click to toggle)
plots 0.8.5%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 2,612 kB
  • sloc: python: 3,247; xml: 443; sh: 26; makefile: 6
file content (40 lines) | stat: -rw-r--r-- 1,466 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
31
32
33
34
35
36
37
38
39
40
Source: plots
Section: math
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Sven Geuer <sge@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               gir1.2-adw-1,
               gobject-introspection,
               libglib2.0-dev,
               python3,
               python3-freetype,
               python3-gi,
               python3-jinja2,
               python3-lark,
               python3-numpy,
               python3-opengl,
               python3-pyglm,
               python3-pytest,
               python3-setuptools,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/gnome-team/plots.git
Vcs-Browser: https://salsa.debian.org/gnome-team/plots
Homepage: https://github.com/alexhuntley/Plots

Package: plots
Architecture: all
Depends: fonts-dejavu-core,
         fonts-lmodern,
         gir1.2-adw-1,
         python3-gi-cairo,
         ${misc:Depends},
         ${python3:Depends},
Description: Graph plotting app for GNOME
 Plots makes it easy to visualise mathematical formulae. In addition to basic
 arithmetic operations, it supports trigonometric, hyperbolic, exponential and
 logarithmic functions, as well as arbitrary sums and products. It can display
 polar equations, and both implicit and explicit Cartesian equations.
 .
 Plots is designed to integrate well with the GNOME desktop and takes advantage
 of modern hardware using OpenGL.