File: control

package info (click to toggle)
grafix 1.6-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,156 kB
  • ctags: 1,962
  • sloc: ansic: 20,183; makefile: 186; sh: 3
file content (40 lines) | stat: -rw-r--r-- 1,475 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: grafix
Section: libs
Priority: Optional
Maintainer: Ian Zimmerman <itz@speakeasy.org>
Build-Depends: debhelper, xlibs-dev
Standards-Version: 3.2.1

Package: grafix1
Section: libs
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}
Replaces: grafix
Conflicts: grafix
Description: scientific visualization library
 Grafix is a utility originally designed to help scientists in the
 visualization of results of a computation, e.g. for numerical
 integrations of partial differential equations.
 .
 It can be used, however, for any application that wants to use X for
 drawing pictures, functions or other graphic objects in a convenient
 interactive manner or even for writing a graphical user interface for
 any task.
 .
 Grafix should be considered as a layer between an application and the
 X Window system built up of a bunch of basic classes as building elements.
 The simplest way of using it is to define instances of these classes.
 For more complicated programs the user has to define own derivations to
 the basic classes.

Package: grafix-dev
Section: devel
Priority: extra
Architecture: any
Depends: grafix1 (= ${Source-Version}), libstdc++-dev, xlibs-dev
Conflicts: grafix
Description: Development library and header files for grafix
 Contains C header files and development shared libraries libraries for
 grafix.  Grafix is a utility originally designed to help scientists in
 the visualization of results of a computation, e.g. for numerical