Skip to content

standardsemiconductor/bindings-libpci

Repository files navigation

bindings-libpci

Haskell CI Hackage Hackage Dependencies

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