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
|
Source: librevisa
Priority: optional
Maintainer: Simon Richter <sjr@debian.org>
Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, libusb-1.0-0-dev [!hurd-any], vxi-dev, libavahi-client-dev
Standards-Version: 4.4.0
Section: libs
Homepage: http://www.librevisa.org/
Package: libvisa-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libvisa0 (= ${binary:Version}), ${misc:Depends}
Description: Virtual Instrument Software Architecture (development files)
The VISA API provides a common interface to test and measurement equipment
that can be accessed via GPIB, USB or VXI-11 interfaces.
.
This package contains the development headers and static libraries.
Package: libvisa0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Virtual Instrument Software Architecture (runtime files)
The VISA API provides a common interface to test and measurement equipment
that can be accessed via GPIB, USB or VXI-11 interfaces.
.
This package contains the shared libraries.
|