About

Metadata

  • Last updated , by dopamane
  • License BSD-3-Clause
  • Categories FFI
  • Maintained by: dopamane <standard.semiconductor@gmail.com>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    libpci-352 (off by default)

    libpci is 3.5.2 or later

    libpci-353 (off by default)

    libpci is 3.5.3 or later

    libpci-355 (off by default)

    libpci is 3.5.5 or later

    libpci-360 (off by default)

    libpci is 3.6.0 or later

    libpci-363 (off by default)

    libpci is 3.6.3 or later

    libpci-364 (off by default)

    libpci is 3.6.4 or later

    libpci-370 (off by default)

    libpci is 3.7.0 or later

Readme

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