File: control

package info (click to toggle)
fpzip 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 284 kB
  • sloc: cpp: 1,461; ansic: 488; makefile: 74
file content (48 lines) | stat: -rw-r--r-- 1,996 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
Source: fpzip
Section: utils
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13), 
 dh-buildinfo, 
 cmake
Standards-Version: 4.6.0
Homepage: https://github.com/LLNL/fpzip
Vcs-Browser: https://salsa.debian.org:/science-team/fpzip.git
Vcs-Git: https://salsa.debian.org:/science-team/fpzip.git -b debian/latest

Package: fpzip-utils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libfpzip1 ( = ${binary:Version})
Description: FP array compression library - tools
 fpzip is a library and command-line utility for lossless and optionally lossy
 compression of 2D and 3D floating-point arrays.  fpzip assumes spatially
 correlated scalar-valued data, such as regularly sampled continuous functions,
 and is not suitable for compressing unstructured streams of floating-point
 numbers.
 This package provides command-line utilities. 

Package: libfpzip1
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: FP array compression library
 fpzip is a library and command-line utility for lossless and optionally lossy
 compression of 2D and 3D floating-point arrays.  fpzip assumes spatially
 correlated scalar-valued data, such as regularly sampled continuous functions,
 and is not suitable for compressing unstructured streams of floating-point
 numbers.
 This package provides the shared library.

Package: libfpzip-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libfpzip1 (= ${binary:Version})
Multi-Arch: same
Description: Development files for the FP array compression library
 fpzip is a library and command-line utility for lossless and optionally lossy
 compression of 2D and 3D floating-point arrays.  fpzip assumes spatially
 correlated scalar-valued data, such as regularly sampled continuous functions,
 and is not suitable for compressing unstructured streams of floating-point
 numbers.
 This package provides the headers and static library.