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 31 32 33 34
|
Source: m4api
Section: utils
Priority: optional
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Build-Depends: cmake,
debhelper (>= 13.2~),
libusb-dev,
pkg-config,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/ktossell/m4api
Vcs-Browser: https://salsa.debian.org/debian/m4api
Vcs-Git: https://salsa.debian.org/debian/m4api.git -b debian/master
Package: m4api
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}, libm4api0.3
Description: access Mini-Box M4-ATX power supplies (utility)
The m4api is a tool for monitoring and configuring Mini-Box M4-ATX
power supplies.
.
This package provides the m4ctl utility.
Package: libm4api0.3
Architecture: any
Multi-Arch: allowed
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: access Mini-Box M4-ATX power supplies (library)
The m4api is a tool for monitoring and configuring Mini-Box M4-ATX
power supplies.
.
This package provides the library files.
|