File: control

package info (click to toggle)
libgetdata 0.11.0-14
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 12,968 kB
  • sloc: ansic: 100,814; cpp: 4,843; fortran: 4,548; f90: 2,561; python: 2,406; perl: 2,274; makefile: 1,487; php: 1,465; sh: 86
file content (174 lines) | stat: -rw-r--r-- 6,434 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
Source: libgetdata
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Michael Milligan <mmilligan@astro.umn.edu>,
           Steven Benton <stevebenton@rogers.com>,
           Alastair McKinstry <mckinstry@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               dh-fortran-mod (>= 0.31),
               python3-numpy,
               python3-all-dev,
               python3-setuptools,
               libltdl-dev,
               libflac-dev,
               flac,
               zlib1g-dev,
               libbz2-dev,
               liblzma-dev,
               libzzip-dev,
               libmodule-build-perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/libgetdata
Vcs-Git: https://salsa.debian.org/science-team/libgetdata.git
Homepage: https://getdata.sourceforge.net/
Rules-Requires-Root: no

Package: libgetdata-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Suggests: libgetdata-dev
Description: library to read/write dirfile data - API and standards documents
 The GetData Project is the reference implementation of the Dirfile Standards,
 a filesystem-based, column-oriented database format for time-ordered binary
 data. The Dirfile database format is designed to provide a fast, simple format
 for storing and reading data.
 .
 This package contains manual pages, and language-specific READMEs.

Package: libgetdata-dev
Architecture: any
Section: libdevel
Depends: libgetdata8 (= ${binary:Version}),
         libgetdata++7 (= ${binary:Version}),
         libfgetdata6 (= ${binary:Version}),
         libf95getdata7 (= ${binary:Version}),
         ${misc:Depends}
Suggests: libgetdata-doc
Description: library to read/write dirfile data - devel files (C, C++, F77, F95)
 The GetData Project is the reference implementation of the Dirfile Standards,
 a filesystem-based, column-oriented database format for time-ordered binary
 data. The Dirfile database format is designed to provide a fast, simple format
 for storing and reading data.
 .
 This package contains shared headers and static libraries.

Package: libgetdata8
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Breaks: libgetdata (<< 0.7.3-1)
Replaces: libgetdata (<< 0.7.3-1)
Description: library to read/write dirfile data
 The GetData Project is the reference implementation of the Dirfile Standards,
 a filesystem-based, column-oriented database format for time-ordered binary
 data. The Dirfile database format is designed to provide a fast, simple format
 for storing and reading data.
 .
 This package contains the shared library.

Package: libgetdata++7
Architecture: any
Multi-Arch: same
Section: libs
Depends: libgetdata8 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Breaks: libgetdata (<< 0.7.3-1),
        libgetdata++3
Replaces: libgetdata (<< 0.7.3-1),
          libgetdata++3
Description: library to read/write dirfile data - C++ bindings
 The GetData Project is the reference implementation of the Dirfile Standards,
 a filesystem-based, column-oriented database format for time-ordered binary
 data. The Dirfile database format is designed to provide a fast, simple format
 for storing and reading data.
 .
 This package contains the C++ bindings library.

Package: libfgetdata6
Architecture: any
Multi-Arch: same
Section: libs
Depends: libgetdata8 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Breaks: libfgetdata2
Replaces: libfgetdata2
Description: library to read/write dirfile data - Fortran 77 bindings
 The GetData Project is the reference implementation of the Dirfile Standards,
 a filesystem-based, column-oriented database format for time-ordered binary
 data. The Dirfile database format is designed to provide a fast, simple format
 for storing and reading data.
 .
 This package contains the Fortran 77 bindings library.

Package: libf95getdata7
Architecture: any
Multi-Arch: same
Section: libs
Depends: libgetdata8 (= ${binary:Version}),
         libfgetdata6 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Breaks: libf95getdata2
Replaces: libf95getdata2
Description: library to read/write dirfile data - Fortran 95 bindings
 The GetData Project is the reference implementation of the Dirfile Standards,
 a filesystem-based, column-oriented database format for time-ordered binary
 data. The Dirfile database format is designed to provide a fast, simple format
 for storing and reading data.
 .
 This package contains the Fortran 95 bindings library.

Package: libgetdata-tools
Architecture: any
Section: libs
Depends: libgetdata8 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Description: library to read/write dirfile data - extra tools
 The GetData Project is the reference implementation of the Dirfile Standards,
 a filesystem-based, column-oriented database format for time-ordered binary
 data. The Dirfile database format is designed to provide a fast, simple format
 for storing and reading data.
 .
 This package contains the "checkdirfile" and "dirfile2ascii" tools.

Package: python3-pygetdata
Architecture: any
Multi-Arch: same
Section: python
Depends: libgetdata8 (= ${binary:Version}),
         python3-numpy,
         ${python3:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: library to read/write dirfile data - Python3 bindings
 The GetData Project is the reference implementation of the Dirfile Standards,
 a filesystem-based, column-oriented database format for time-ordered binary
 data. The Dirfile database format is designed to provide a fast, simple format
 for storing and reading data.
 .
 This package contains the Python 3 bindings.

Package: libgetdata-perl
Architecture: any
Multi-Arch: same
Section: perl
Depends: libgetdata8 (= ${binary:Version}),
         ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: library to read/write dirfile data - perl bindings
 The GetData Project is the reference implementation of the Dirfile Standards,
 a filesystem-based, column-oriented database format for time-ordered binary
 data. The Dirfile database format is designed to provide a fast, simple format
 for storing and reading data.
 .
 This package contains the Perl bindings.