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
|
Source: eegdev
Section: libs
Priority: extra
Maintainer: Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
Build-Depends: debhelper (>= 9), dh-autoreconf,
pkg-config, gnulib, bison, flex,
libltdl-dev, libusb-1.0-0-dev, libexpat1-dev, libxdffileio-dev
Standards-Version: 3.9.3
Vcs-Git: git://anonscm.debian.org/pkg-exppsy/eegdev.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-exppsy/eegdev.git
Homepage: http://cnbi.epfl.ch/software/eegdev.html
Package: libeegdev0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: eegdev-plugins-free
Description: Biosignal acquisition device library
eegdev is a library that provides a unified interface for accessing various
EEG (and other biosignals) acquisition systems. This interface has been
designed to be both flexible and efficient. The device specific part is
implemented by the mean of plugins which makes adding new device backend
fairly easy even if the library does not support them yet officially.
.
The core library not only provides to users a unified and consistent
interfaces to the acquisition device but it also provides many
functionalities to the device backends (plugins) ranging from configuration
to data casting and scaling making writing new device backend an easy task.
.
This library is particularly useful to handle the acquisition part of a
Brain Computer Interface (BCI) or any realtime multi-electrode acquisition
in neurophysiological research.
.
This package contains the core library
Package: eegdev-plugins-free
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libeegdev0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Biosignal acquisition device library (free plugins)
eegdev is a library that provides a unified interface for accessing various
EEG (and other biosignals) acquisition systems. This interface has been
designed to be both flexible and efficient. The device specific part is
implemented by the mean of plugins which makes adding new device backend
fairly easy even if the library does not support them yet officially.
.
The core library not only provides to users a unified and consistent
interfaces to the acquisition device but it also provides many
functionalities to the device backends (plugins) ranging from configuration
to data casting and scaling making writing new device backend an easy task.
.
This library is particularly useful to handle the acquisition part of a
Brain Computer Interface (BCI) or any realtime multi-electrode acquisition
in neurophysiological research.
.
This package contains the devices plugins that depends only on free
components.
Package: libeegdev-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libeegdev0 (= ${binary:Version}), ${misc:Depends}
Description: Biosignal acquisition device library (Developement files)
eegdev is a library that provides a unified interface for accessing various
EEG (and other biosignals) acquisition systems. This interface has been
designed to be both flexible and efficient. The device specific part is
implemented by the mean of plugins which makes adding new device backend
fairly easy even if the library does not support them yet officially.
.
The core library not only provides to users a unified and consistent
interfaces to the acquisition device but it also provides many
functionalities to the device backends (plugins) ranging from configuration
to data casting and scaling making writing new device backend an easy task.
.
This library is particularly useful to handle the acquisition part of a
Brain Computer Interface (BCI) or any realtime multi-electrode acquisition
in neurophysiological research.
.
This package contains the files needed to compile and link programs which
use eegdev. Its provides also the headers neeeded to develop new device
plugins. The manpages and examples are shipped in this package.
Package: libeegdev0-dbg
Section: debug
Architecture: any
Multi-Arch: same
Depends: libeegdev0 (= ${binary:Version}), ${misc:Depends}
Description: Biosignal acquisition device library (Debugging symbols)
eegdev is a library that provides a unified interface for accessing various
EEG (and other biosignals) acquisition systems. This interface has been
designed to be both flexible and efficient. The device specific part is
implemented by the mean of plugins which makes adding new device backend
fairly easy even if the library does not support them yet officially.
.
The core library not only provides to users a unified and consistent
interfaces to the acquisition device but it also provides many
functionalities to the device backends (plugins) ranging from configuration
to data casting and scaling making writing new device backend an easy task.
.
This library is particularly useful to handle the acquisition part of a
Brain Computer Interface (BCI) or any realtime multi-electrode acquisition
in neurophysiological research.
.
This package provides the debugging symbols for the library.
|