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
