this repo has no description
1opam-version: "2.0"
2maintainer: "simon.beaumont@citrix.com"
3authors: [ "Si Beaumont" ]
4homepage: "https://github.com/simonjbeaumont/ocaml-pci-db"
5
6build: [
7 ["oasis" "setup"]
8 [make]
9]
10remove: ["ocamlfind" "remove" "pci-db"]
11
12depends: [
13 "ocaml"
14 "ocamlfind"
15 "ounit"
16 "ocamlbuild" {build}
17 "oasis" {build}
18]
19dev-repo: "git+https://github.com/simonjbeaumont/ocaml-pci-db"
20install: [make "PREFIX=%{prefix}%" "install"]
21synopsis: "Library to parse and query the pci.ids database of PCI devices"
22flags: light-uninstall
23url {
24 src: "https://github.com/simonjbeaumont/ocaml-pci-db/archive/0.3.0.tar.gz"
25 checksum: [
26 "sha256=9676fde7484d0a47dc96b1ead6cfccb57fc9e29e5f73750cd7e667cb8118e0bb"
27 "md5=a70d017e2a0e7782e0473e16c45f5aa7"
28 ]
29}