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
|
Source: libxdf
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),
cmake,
d-shlibs,
libpugixml-dev
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/libxdf
Vcs-Git: https://salsa.debian.org/med-team/libxdf.git
Homepage: https://github.com/Yida-Lin/libxdf
Rules-Requires-Root: no
Package: libxdf0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: C++ library for loading XDF files
Libxdf is a cross-platform C++ library for loading multimodal, multi-
rate signals stored in XDF files. Libxdf is used in the biosignal
viewing application SigViewer. It can also be integrated into other C++
applications.
Package: libxdf-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libxdf0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: C++ library for loading XDF files (headers and static lib)
Libxdf is a cross-platform C++ library for loading multimodal, multi-
rate signals stored in XDF files. Libxdf is used in the biosignal
viewing application SigViewer. It can also be integrated into other C++
applications.
.
This package contains the header files and the static library
|