File: control

package info (click to toggle)
gnudatalanguage 0.9.9-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,780 kB
  • sloc: cpp: 167,386; ansic: 9,358; sh: 566; python: 472; makefile: 250; f90: 28
file content (105 lines) | stat: -rw-r--r-- 3,749 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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Source: gnudatalanguage
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>,
           Axel Beckert <abe@debian.org>
Section: interpreters
Priority: optional
Build-Depends: cmake,
               debhelper (>= 11~),
               dh-python,
               dpkg-dev (>= 1.16.1~),
               libantlr-dev,
               libeigen3-dev (>= 3.2.4),
               libeigen3-dev (>= 3.3~alpha1-3) [arm64],
               libfftw3-dev,
               libgeotiff-dev,
               libgraphicsmagick++1-dev,
               libgrib-api-dev,
               libgsl-dev,
               libhdf4-alt-dev,
               libhdf5-dev,
               libncurses-dev,
               libnetcdf-dev,
               libplplot-dev (>= 5.13.0+dfsg-~),
               libqhull-dev,
               libreadline-dev,
               libudunits2-dev,
               libwxgtk3.0-dev,
               plplot-driver-xwin,
               pslib-dev,
               python3-dev,
               python3-numpy,
               xauth,
               xvfb,
               zlib1g-dev
Standards-Version: 4.3.0
Homepage: https://github.com/gnudatalanguage/gdl
Vcs-Git: https://salsa.debian.org/debian-astro-team/gnudatalanguage.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/gnudatalanguage
Rules-Requires-Root: no

Package: libgnudatalanguage0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Breaks: gnudatalanguage (<< 0.9.5-7~)
Replaces: gnudatalanguage (<< 0.9.5-7~)
Description: Free IDL compatible incremental compiler shared library
 GNU Data Language (GDL) is a free IDL (Interactive Data Language)
 compatible incremental compiler. It has full syntax compatibility
 with IDL 7.1. IDL is a registered trademark of ITT Visual Information
 Solutions.
 .
 This package contains the shared library which is used by the different
 frontends (gdl binary, Python package).

Package: gnudatalanguage
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Recommends: plplot-driver-xwin,
            python3-numpy
Description: Free IDL compatible incremental compiler
 GNU Data Language (GDL) is a free IDL (Interactive Data Language)
 compatible incremental compiler. It has full syntax compatibility
 with IDL 7.1. IDL is a registered trademark of ITT Visual Information
 Solutions. From IDL 8.0, the following language elements are
 supported:
 .
  * FOREACH loop
  * negative array indices
  * garbage collection pointers and objects
  * call methods on an object using "." (e. g. `object.aMemberProcedure,arg1`)
 .
 The file input output system is fully implemented. GUI support (widgets) is
 officially provided, but it's not complete yet.
 .
 This package contains the main commandline and interpreter frontend.

Package: python3-gdl
Architecture: any
Multi-Arch: same
Section: python
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Provides: ${python3:Provides}
Recommends: plplot-driver-xwin
Description: Python interface for the GNU Data Language
 GNU Data Language (GDL) is a free IDL (Interactive Data Language)
 compatible incremental compiler. It has full syntax compatibility
 with IDL 7.1. IDL is a registered trademark of ITT Visual Information
 Solutions. From IDL 8.0, the following language elements are
 supported:
 .
  * FOREACH loop
  * negative array indices
  * garbage collection pointers and objects
  * call methods on an object using "." (e. g. `object.aMemberProcedure,arg1`)
 .
 The file input output system is fully implemented. GUI support (widgets) is
 officially provided, but it's not complete yet.
 .
 This package contains the Python library/interface.