Source: canvenient
Section: libs
Maintainer: Debian Electronics Team <pkg-electronics-devel@lists.alioth.debian.org>
Uploaders: Christopher Obbard <obbardc@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 libsocketcan-dev,
Standards-Version: 4.7.4
Homepage: https://canopenterm.de/canvenient
Vcs-Browser: https://salsa.debian.org/electronics-team/canvenient
Vcs-Git: https://salsa.debian.org/electronics-team/canvenient.git

Package: libcanvenient-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libcanvenient1 (= ${binary:Version}),
 ${misc:Depends},
Description: CAN abstraction layer for portable CAN communication - development files
 CANvenient is a portability layer that provides a unified API for
 Controller Area Network (CAN) communication on Windows and Linux.
 .
 It enables applications to interact with different CAN interfaces
 and hardware using a consistent programming model.
 .
 The library abstracts multiple vendor-specific and system CAN APIs,
 allowing developers to write portable software without targeting a
 specific backend. Supported backends include SocketCAN on Linux and
 vendor libraries such as Ixxat VCI, Kvaser CANlib, PCAN-Basic and
 Softing CAN Layer 2.
 .
 CANvenient is intended for use in embedded, industrial and automotive
 applications where portability across CAN hardware and platforms is
 required.
 .
 This package contains development libraries, header files and
 manpages for canvenient

Package: libcanvenient1
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: CAN abstraction layer for portable CAN communication - shared libraries
 CANvenient is a portability layer that provides a unified API for
 Controller Area Network (CAN) communication on Windows and Linux.
 .
 It enables applications to interact with different CAN interfaces
 and hardware using a consistent programming model.
 .
 The library abstracts multiple vendor-specific and system CAN APIs,
 allowing developers to write portable software without targeting a
 specific backend. Supported backends include SocketCAN on Linux and
 vendor libraries such as Ixxat VCI, Kvaser CANlib, PCAN-Basic and
 Softing CAN Layer 2.
 .
 CANvenient is intended for use in embedded, industrial and automotive
 applications where portability across CAN hardware and platforms is
 required.
 .
 This package provides the canvenient shared libraries.
