opam-version: "2.0" maintainer: "simon.beaumont@citrix.com" authors: [ "Si Beaumont" ] homepage: "https://github.com/simonjbeaumont/ocaml-pci-db" build: [ ["oasis" "setup"] [make] ] remove: ["ocamlfind" "remove" "pci-db"] depends: [ "ocaml" "ocamlfind" "ounit" "ocamlbuild" {build} "oasis" {build} ] dev-repo: "git+https://github.com/simonjbeaumont/ocaml-pci-db" install: [make "PREFIX=%{prefix}%" "install"] synopsis: "Library to parse and query the pci.ids database of PCI devices" flags: light-uninstall url { src: "https://github.com/simonjbeaumont/ocaml-pci-db/archive/0.3.0.tar.gz" checksum: [ "sha256=9676fde7484d0a47dc96b1ead6cfccb57fc9e29e5f73750cd7e667cb8118e0bb" "md5=a70d017e2a0e7782e0473e16c45f5aa7" ] }