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
|
Source: edfbrowser
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Étienne Mollier <emollier@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
architecture-is-little-endian,
qt5-qmake,
qtbase5-dev,
qtbase5-dev-tools,
libqt5opengl5-dev,
qttools5-dev-tools,
libedf-dev (>= 1.24~),
debhelper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/edfbrowser
Vcs-Git: https://salsa.debian.org/med-team/edfbrowser.git
Homepage: https://www.teuniz.net/edfbrowser/
Rules-Requires-Root: no
Package: edfbrowser
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libedf1 (>= 1.22)
Description: viewer for biosignal storage files such as bdf and edf
EDFbrowser is a viewer for medical timeseries storage files containing data
such as EEG, EMG, and ECG signals. It supports EDF(+) and BDF(+) file
formats.
Apart from viewing the files, it also supports some editing operations and
can convert the biomedical files to other formats.
|