File: control

package info (click to toggle)
libmsnumpress 1.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 228 kB
  • sloc: cpp: 1,161; xml: 80; makefile: 25
file content (52 lines) | stat: -rw-r--r-- 1,923 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
Source: libmsnumpress
Priority: optional
Maintainer: The Debichem Group <debichem-devel@lists.alioth.debian.org>
Uploaders: Filippo Rusconi <lopippo@debian.org>
Build-Depends: debhelper-compat (= 12),
               dpkg-dev (>= 1.16.1~),
               doxygen (>= 1.8.1.2),
               docbook-to-man,
               libjs-jquery,
               graphviz
Standards-Version: 4.5.0
Section: libs
Homepage: https://github.com/ms-numpress/ms-numpress
Vcs-Git: https://salsa.debian.org/debichem-team/libmsnumpress.git
Vcs-Browser: https://salsa.debian.org/debichem-team/libmsnumpress

Package: libmsnumpress-dev
Section: libdevel
Architecture: any
Replaces: libmsnumpress-dev-doc, 
          libmsnumpress1(<= 1.0.0-5)
Breaks: libmsnumpress1(<= 1.0.0-5)
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libmsnumpress1(= ${binary:Version}),
         libjs-jquery
Description: Numeric data compression for mass spectrometry (devel files)
 Implementations of two compression schemes for numeric data from mass
 spectrometers.
 .
 The library provides implementations of 3 different algorithms, 1 designed to
 compress first order smooth data like retention time or M/Z arrays, and 2 for
 compressing non smooth data with lower requirements on precision like ion count
 arrays.
 .
 This package ships the library development and documentation files.

Package: libmsnumpress1
Architecture: any
Depends: ${shlibs:Depends}, 
         ${misc:Depends}
Description: Numeric data compression for mass spectrometry (runtime)
 Implementations of two compression schemes for numeric data from mass
 spectrometers.
 .
 The library provides implementations of 3 different algorithms, 1 designed to
 compress first order smooth data like retention time or M/Z arrays, and 2 for
 compressing non smooth data with lower requirements on precision like ion count
 arrays.
 .
 This package ships the binary shared object library.