package pci-db

  1. Overview
  2. Docs
Library to parse and query the pci.ids database of PCI devices

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
sha256=9676fde7484d0a47dc96b1ead6cfccb57fc9e29e5f73750cd7e667cb8118e0bb
md5=a70d017e2a0e7782e0473e16c45f5aa7

doc/pci_db/Pci_db/index.html

Module Pci_db

type t
val pci_ids_path : string
val get_class_name : t -> Pci_db_types.Id.t -> string
val get_subclass_name : t -> Pci_db_types.Id.t -> Pci_db_types.Id.t -> string
val get_vendor_name : t -> Pci_db_types.Id.t -> string
val get_device_name : t -> Pci_db_types.Id.t -> Pci_db_types.Id.t -> string
val get_subdevice_name : t -> Pci_db_types.Id.t -> Pci_db_types.Id.t -> int64 -> int64 -> string
val to_string : t -> string
val print : t -> unit
val of_file : string -> t
OCaml

Innovation. Community. Security.