1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: vxi
Section: libs
Priority: optional
Maintainer: Simon Richter <sjr@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13), autotools-dev,
libtirpc-dev, rpcsvc-proto
Standards-Version: 4.6.2
#Homepage: <insert the upstream URL, if relevant>
#Vcs-Browser: https://salsa.debian.org/debian/vxi
#Vcs-Git: https://salsa.debian.org/debian/vxi.git
Package: vxi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libtirpc-dev
Description: Development files for the VXI-11 RPC protocol
The VXI-11 protocol is used for communication with test and measurement
equipment. It provides a "virtual" representation of the command, event
and abort channels specified in the LXI protocol.
.
This package contains the headers and static libraries.
|