File: control

package info (click to toggle)
liblsl 1.16.2b1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,724 kB
  • sloc: cpp: 12,515; ansic: 666; python: 28; sh: 25; makefile: 18
file content (30 lines) | stat: -rw-r--r-- 1,190 bytes parent folder | download
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
Source: liblsl
Section: libs
Priority: optional
Maintainer: Enrico Zini <enrico@debian.org>
Build-Depends: 
 debhelper-compat (= 13), cmake,
 libboost1.74-dev, catch2, libasio-dev, libpugixml-dev
Standards-Version: 4.6.0
Homepage: https://github.com/sccn/liblsl
Vcs-Browser: https://salsa.debian.org/science-team/liblsl
Vcs-Git: https://salsa.debian.org/science-team/liblsl.git

Package: liblsl1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for multi-modal time-synched data transmission over the local network
 The lab streaming layer is a simple all-in-one approach to streaming
 experiment data between applications in a lab, e.g. instrument time series,
 event markers, audio, and so on

Package: liblsl-dev
Section: libdevel
Architecture: any
Depends: liblsl1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: library for multi-modal time-synched data transmission over the local network (devel)
 The lab streaming layer is a simple all-in-one approach to streaming
 experiment data between applications in a lab, e.g. instrument time series,
 event markers, audio, and so on
 .
 This package contains the development library