File: control

package info (click to toggle)
vxi 0.0.20121221-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: sh: 3,925; makefile: 34
file content (23 lines) | stat: -rw-r--r-- 796 bytes parent folder | download
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.