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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: ipmctl
Section: admin
Priority: optional
Maintainer: Adam Borowski <kilobyte@angband.pl>
Build-Depends: debhelper-compat (= 13),
cmake,
libndctl-dev,
pkg-config,
python3,
asciidoctor
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/intel/ipmctl
Vcs-Browser: https://github.com/kilobyte/ipmctl/tree/debian
Vcs-Git: https://github.com/kilobyte/ipmctl -b debian
Package: ipmctl
Architecture: amd64
Depends: ${shlibs:Depends},
${misc:Depends}
Description: utility for configuring and managing Intel Optane DC persistent memory modules
This package provides a CLI with the following functionality:
* Discover PMMs on the platform.
* Provision the platform memory configuration.
* View and update the firmware on PMMs.
* Configure data-at-rest security on PMMs.
* Monitor PMM health.
* Track performance of PMMs.
* Debug and troubleshoot PMMs.
Package: libipmctl-common
Section: libs
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends},
${misc:Depends},
Breaks: libipmctl3, libipmctl4, libipmctl5 (<< 03.00.00.0421-2~)
Replaces: libipmctl3, libipmctl4, libipmctl5 (<< 03.00.00.0421-2~)
Description: library for managing Intel Optane DC persistent memory modules
This package provides an API for the following functionality:
* Discover PMMs on the platform.
* Provision the platform memory configuration.
* View and update the firmware on PMMs.
* Configure data-at-rest security on PMMs.
* Monitor PMM health.
* Track performance of PMMs.
* Debug and troubleshoot PMMs
.
This package contains common conf files.
Package: libipmctl5
Section: libs
Architecture: amd64
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
libipmctl-common,
Description: library for managing Intel Optane DC persistent memory modules
This package provides an API for the following functionality:
* Discover PMMs on the platform.
* Provision the platform memory configuration.
* View and update the firmware on PMMs.
* Configure data-at-rest security on PMMs.
* Monitor PMM health.
* Track performance of PMMs.
* Debug and troubleshoot PMMs
.
This package contains the runtime library.
Package: libipmctl-dev
Section: libdevel
Architecture: amd64
Multi-Arch: same
Depends: libipmctl5 (=${binary:Version}),
${misc:Depends}
Description: library for managing Intel Optane DC persistent memory modules - devel
This package provides an API for the following functionality:
* Discover PMMs on the platform.
* Provision the platform memory configuration.
* View and update the firmware on PMMs.
* Configure data-at-rest security on PMMs.
* Monitor PMM health.
* Track performance of PMMs.
* Debug and troubleshoot PMMs.
.
This package contains C development headers.
|