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
