Description
Low level bindings to libpci.
Description
Low level bindings to libpci:
https://github.com/pciutils/pciutils
This package uses bindings-DSL
and conforms to its naming convention.
README.md
bindings-libpci
Low level bindings to libpci See also the pciutils homepage.
This package uses bindings-DSL and conforms to its naming convention.
For a higher-level and more Haskell friendly example (which uses this package) see the pci repo.
Prerequisite
Make sure the libpci
C library is installed:
- Ubuntu Linux:
sudo apt install libpci-dev
- Arch Linux:
sudo pacman -S pciutils
Build
cabal build -flibpci-vvv