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: dashel
Section: devel
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Build-Depends: debhelper (>= 10),
cmake, libudev-dev, libjs-jquery
Standards-Version: 4.1.3
Homepage: http://aseba-community.github.io/dashel/
Vcs-Browser: https://salsa.debian.org/science-team/dashel.git
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~)
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
|