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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
Source: libgtkdatabox
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Graham Inggs <ginggs@debian.org>,
Daniele E. Domenichelli <daniele.domenichelli@gmail.com>
Section: science
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
libgtk-3-dev,
libcairo2-dev,
libpango1.0-dev,
gtk-doc-tools
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/science-team/libgtkdatabox
Vcs-Git: https://salsa.debian.org/science-team/libgtkdatabox.git
Homepage: http://sourceforge.net/projects/gtkdatabox
Package: libgtkdatabox-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libgtkdatabox1t64 (= ${binary:Version}),
libgtk-3-dev
Description: Gtk+ library to display large amounts of numerical data (development)
One or more data sets of thousands of data points (X and Y coordinate) may be
displayed and updated in split seconds. The widget is therefore used in many
scientific and private projects that need to show quickly changing data live.
GtkDatabox offers the ability to zoom into and out of the data and to navigate
through your data by scrolling.
.
In addition to rulers and a simple coordinate cross, GtkDatabox now also allows
you to add one (or even more) configurable grids like on an oscilloscope.
.
Data may be presented as dots, lines connecting the data, or vertical bars.
The widget allows you to easily transform pixel coordinates into data
coordinates, thus allowing you to easily create powerful applications for
data analysis.
.
Development package
Package: libgtkdatabox1t64
Provides: ${t64:Provides}
Replaces: libgtkdatabox1
Breaks: libgtkdatabox1 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Gtk+ library to display large amounts of numerical data
One or more data sets of thousands of data points (X and Y coordinate) may be
displayed and updated in split seconds. The widget is therefore used in many
scientific and private projects that need to show quickly changing data live.
GtkDatabox offers the ability to zoom into and out of the data and to navigate
through your data by scrolling.
.
In addition to rulers and a simple coordinate cross, GtkDatabox now also allows
you to add one (or even more) configurable grids like on an oscilloscope.
.
Data may be presented as dots, lines connecting the data, or vertical bars.
The widget allows you to easily transform pixel coordinates into data
coordinates, thus allowing you to easily create powerful applications for
data analysis.
Package: libgtkdatabox-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${shlibs:Depends},
${misc:Depends}
Breaks: libgtkdatabox-dev (<< 1:0.9.3.1-2)
Replaces: libgtkdatabox-dev (<< 1:0.9.3.1-2)
Description: Gtk+ library to display large amounts of numerical data (API doc)
One or more data sets of thousands of data points (X and Y coordinate) may be
displayed and updated in split seconds. The widget is therefore used in many
scientific and private projects that need to show quickly changing data live.
GtkDatabox offers the ability to zoom into and out of the data and to navigate
through your data by scrolling.
.
In addition to rulers and a simple coordinate cross, GtkDatabox now also allows
you to add one (or even more) configurable grids like on an oscilloscope.
.
Data may be presented as dots, lines connecting the data, or vertical bars.
The widget allows you to easily transform pixel coordinates into data
coordinates, thus allowing you to easily create powerful applications for
data analysis.
.
This package contains the API documentation.
|