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
|
Source: dashel
Section: devel
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
libudev-dev,
libjs-jquery,
Standards-Version: 4.6.2
Homepage: https://aseba-community.github.io/dashel/
Vcs-Browser: https://salsa.debian.org/science-team/dashel
Vcs-Git: https://salsa.debian.org/science-team/dashel.git
Package: libdashel1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libdashel
Description: Cross-platform DAta Stream Helper Encapsulation Library
DASHEL provides a unified access to TCP/IP, serial port, and files
streams. It also allows a server application to wait for any activity on
any combination of those streams.
Package: libdashel-dev
Architecture: any
Section: libdevel
Depends:
${shlibs:Depends},
${misc:Depends},
libdashel1 (>= ${source:Version}),
libdashel1 (<< ${source:Version}.1~),
Recommends:
libjs-jquery,
Description: Dashel Library development files
DASHEL provides a unified access to TCP/IP, serial port, and files
streams. It also allows a server application to wait for any activity on
any combination of those streams.
.
This package provides the files necessary for developers
|