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: pbcopper
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
d-shlibs,
meson,
cmake,
pkg-config,
libboost-dev,
googletest,
libgtest-dev,
libsimde-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/pbcopper
Vcs-Git: https://salsa.debian.org/med-team/pbcopper.git
Homepage: https://github.com/PacificBiosciences/pbcopper
Rules-Requires-Root: no
Package: libpbcopper2.0.0
Architecture: any-amd64 arm64 mips64el ppc64el s390x ia64 ppc64 riscv64 sparc64 alpha
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Breaks: libpbcopper1.3.0 (>= 1.6)
Replaces: libpbcopper1.3.0 (>= 1.6)
Description: data structures, algorithms, and utilities for C++ applications
pbcopper provides general tools for C++ applications. It is developed
for use by applications of the Pacific Biosciences SMRT Analysis
suite.
.
This package contains the dynamic library
Package: libpbcopper-dev
Architecture: any-amd64 arm64 mips64el ppc64el s390x ia64 ppc64 riscv64 sparc64 alpha
Multi-Arch: same
Section: libdevel
Depends: libpbcopper2.0.0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: data structures, algorithms, and utilities for C++ applications -- header files
pbcopper provides general tools for C++ applications. It is developed
for use by applications of the Pacific Biosciences SMRT Analysis
suite.
.
This package contains the header files and static library
|