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
|
Source: libpappsomspp
Maintainer: The Debichem Group <debichem-devel@lists.alioth.debian.org>
Uploaders: Filippo Rusconi <lopippo@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-exec,
cmake,
d-shlibs,
libxkbcommon-x11-dev,
qt6-base-dev,
qt6-declarative-dev,
libqt6core5compat6-dev,
libqt6svg6-dev,
qt6-documentation-tools,
libpwizlite-dev (>= 3.0.10),
libqcustomplot-dev (>= 2.1.0),
libodsstream-dev (>= 0.9.14),
libsqlite3-dev,
libzstd-dev,
liblzf-dev,
zlib1g-dev,
libquazip1-qt6-dev,
libboost1.88-dev,
libboost-chrono1.88-dev,
libboost-system1.88-dev,
libboost-container1.88-dev,
libboost-filesystem1.88-dev,
libboost-thread1.88-dev,
libboost-iostreams1.88-dev,
libboost-random1.88-dev,
doxygen,
catch2
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debichem-team/libpappsomspp
Vcs-Git: https://salsa.debian.org/debichem-team/libpappsomspp.git
Homepage: http://pappso.inrae.fr/bioinfo
Package: libpappsomspp-core0
Architecture: any
Multi-Arch: same
Conflicts: libpappsomspp0
Breaks: libpappsomspp0
Replaces: libpappsomspp0
Depends: libqt6sql6-sqlite,
${shlibs:Depends},
${misc:Depends}
Description: C++ library to handle mass spectrometry data (non-GUI runtime)
libpappsomspp provides a simple API to perform a variety of
tasks related to mass spectrometry. Although the library is
proteomics oriented, it also features interesting functions to perform
mass spectral data integrations. The main features are:
.
- abstractions for peptides, ions, amino acid modifications...
- integrations to mass spectra, drift spectra, XIC chromatograms...
.
This package ships the non-GUI library.
Package: libpappsomspp-core-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Replaces: libpappsomspp-dev
Depends: libpappsomspp-core0 (= ${binary:Version}),
${misc:Depends}
Recommends: libpappsomspp-doc
Description: C++ library to handle mass spectrometry data (development files)
libpappsomspp provides a simple API to perform a variety of
tasks related to mass spectrometry. Although the library is
proteomics oriented, it also features interesting functions to perform
mass spectral data integrations. The main features are:
.
- abstractions for peptides, ions, amino acid modifications...
- integrations to mass spectra, drift spectra, XIC chromatograms...
.
This package ships the development files for the non-GUI library.
Package: libpappsomspp-gui0
Architecture: any
Multi-Arch: same
Conflicts: libpappsomspp-widget0
Breaks: libpappsomspp-widget0
Replaces: libpappsomspp-widget0
Depends: libpappsomspp-core0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: C++ library to handle mass spectrometry data (GUI runtime)
libpappsomspp provides a simple API to perform a variety of
tasks related to mass spectrometry. Although the library is
proteomics oriented, it also features interesting functions to perform
mass spectral data integrations. The main features are:
.
- abstractions for peptides, ions, amino acid modifications...
- integrations to mass spectra, drift spectra, XIC chromatograms...
.
This package ships the GUI library.
Package: libpappsomspp-gui-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Replaces: libpappsomspp-widget-dev
Depends: libpappsomspp-gui0 (= ${binary:Version}),
libpappsomspp-core-dev (= ${binary:Version}),
${misc:Depends}
Recommends: libpappsomspp-doc
Description: C++ library to handle mass spectrometry data (GUI development files)
libpappsomspp provides a simple API to perform a variety of
tasks related to mass spectrometry. Although the library is
proteomics oriented, it also features interesting functions to perform
mass spectral data integrations. The main features are:
.
- abstractions for peptides, ions, amino acid modifications...
- integrations to mass spectra, drift spectra, XIC chromatograms...
.
This package ships the development files for the GUI library.
Package: libpappsomspp-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: C++ library to handle mass spectrometry data (developer documentation)
libpappsomspp provides a simple API to perform a variety of
tasks related to mass spectrometry. Although the library is
proteomics oriented, it also features interesting functions to perform
mass spectral data integrations. The main features are:
.
- abstractions for peptides, ions, amino acid modifications...
- integrations to mass spectra, drift spectra, XIC chromatograms...
.
This package contains the developer documentation.
|