bindings-libpci: Low level bindings to libpci

[ bsd3, ffi, library ] [ Propose Tags ]

Low level bindings to libpci:

https://github.com/pciutils/pciutils

This package uses bindings-DSL and conforms to its naming convention.


[Skip to Readme]

Modules

[Last Documentation]

  • Bindings
    • Libpci
      • Bindings.Libpci.Header
      • Bindings.Libpci.Pci
      • Bindings.Libpci.Types

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.4.0.2
Change log CHANGELOG.md
Dependencies base (>=4.12 && <4.15), bindings-DSL (>=1.0.24 && <1.1) [details]
License BSD-3-Clause
Copyright Copyright (c) 2020 David Cox
Author dopamane
Maintainer dopamane <standard.semiconductor@gmail.com>
Category FFI
Bug tracker https://github.com/standardsemiconductor/bindings-libpci/issues
Source repo head: git clone git://github.com/standardsemiconductor/bindings-libpci.git -b main
Uploaded by dopamane at 2020-12-07T22:12:48Z
Distributions
Downloads 898 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-12-07 [all 2 reports]

Readme for bindings-libpci-0.1.0.0

[back to package description]

Haskell CI

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 binding (which uses this package) see the pci package.

Installing

Make sure the libpci C library is installed:

  • Ubuntu Linux: sudo apt install libpci-dev