File: control

package info (click to toggle)
libpwiz 3.0.9393-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,840 kB
  • ctags: 18,460
  • sloc: cpp: 140,483; sh: 3,931; makefile: 304
file content (114 lines) | stat: -rw-r--r-- 5,067 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
Source: libpwiz
Priority: extra
Maintainer: The Debichem Group <debichem-devel@lists.alioth.debian.org>
Uploaders: Filippo Rusconi <lopippo@debian.org>
Build-Depends: debhelper (>= 9),
               dpkg-dev (>= 1.16.1~),
               chrpath (>= 0.13),
               dh-autoreconf,
               doxygen (>= 1.8.1.2),
							 docbook-to-man,
               libboost-program-options-dev (>= 1.54.0),
               libboost-date-time-dev (>= 1.54.0),
               libboost-iostreams-dev (>= 1.54.0),
               libboost-regex-dev (>= 1.54.0),
               libboost-filesystem-dev (>= 1.54.0),
               libboost-thread-dev (>= 1.54.0),
               libboost-system-dev (>= 1.54.0),
               libboost-chrono-dev (>= 1.54.0),
               libfftw3-dev (>= 3.3.2),
               libgd-dev,
               autotools-dev (>= 20130515.1),
               libjs-jquery
Standards-Version: 3.9.6
Section: libs
Homepage: http://proteowizard.sourceforge.net/downloads.shtml
Vcs-Git: git://anonscm.debian.org/debichem/packages/libpwiz.git
Vcs-Browser: http://anonscm.debian.org/git/debichem/packages/libpwiz.git

Package: libpwiz-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libpwiz3 (= ${binary:Version})
Suggests: libpwiz-doc
Description: library to perform proteomics data analyses (devel files)
 The libpwiz library from the ProteoWizard project provides a modular
 and extensible set of open-source, cross-platform tools and
 libraries. The tools perform proteomics data analyses; the libraries
 enable rapid tool creation by providing a robust, pluggable
 development framework that simplifies and unifies data file access,
 and performs standard chemistry and LCMS dataset computations.
 .
 The primary goal of ProteoWizard is to eliminate the existing
 barriers to proteomic software development so that researchers can
 focus on the development of new analytic approaches, rather than
 having to dedicate significant resources to mundane (if important)
 tasks, like reading data files.
 .
 This package ships the library development files.

Package: libpwiz3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libpwiz-doc
Description: library to perform proteomics data analyses (runtime)
 The libpwiz library from the ProteoWizard project provides a modular
 and extensible set of open-source, cross-platform tools and
 libraries. The tools perform proteomics data analyses; the libraries
 enable rapid tool creation by providing a robust, pluggable
 development framework that simplifies and unifies data file access,
 and performs standard chemistry and LCMS dataset computations.
 .
 The primary goal of ProteoWizard is to eliminate the existing
 barriers to proteomic software development so that researchers can
 focus on the development of new analytic approaches, rather than
 having to dedicate significant resources to mundane (if important)
 tasks, like reading data files.

Package: libpwiz-tools
Section: science
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libpwiz3 (= ${binary:Version})
Suggests: libpwiz-doc
Description: ProteoWizard command line tools
 The libpwiz library from the ProteoWizard project provides a modular
 and extensible set of open-source, cross-platform tools and
 libraries. The tools perform proteomics data analyses; the libraries
 enable rapid tool creation by providing a robust, pluggable
 development framework that simplifies and unifies data file access,
 and performs standard chemistry and LCMS dataset computations.
 .
 The primary goal of ProteoWizard is to eliminate the existing
 barriers to proteomic software development so that researchers can
 focus on the development of new analytic approaches, rather than
 having to dedicate significant resources to mundane (if important)
 tasks, like reading data files.
 .
 This package ships command line tools that include _idconvert_
 (conversion of MS identifications) and _msconvert_ (conversion of MS
 raw data files from/to any supported format).

Package: libpwiz-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         libjs-jquery
Description: set of programs to perform proteomics data analyses (doc)
 The libpwiz library from the ProteoWizard project provides a modular
 and extensible set of open-source, cross-platform tools and
 libraries. The tools perform proteomics data analyses; the libraries
 enable rapid tool creation by providing a robust, pluggable
 development framework that simplifies and unifies data file access,
 and performs standard chemistry and LCMS dataset computations.
 .
 The primary goal of ProteoWizard is to eliminate the existing
 barriers to proteomic software development so that researchers can
 focus on the development of new analytic approaches, rather than
 having to dedicate significant resources to mundane (if important)
 tasks, like reading data files.
 .
 This package ships the documentation to the proteowizard software
 along with example programs (source code and binaries).