opam-version: "2.0"
maintainer: "xen-api@lists.xen.org"
authors: "xen-api@lists.xen.org"
homepage: "https://github.com/xapi-project/xcp-inventory"
bug-reports: "https://github.com/xapi-project/xcp-inventory/issues"
dev-repo: "git+http://github.com/xapi-project/xcp-inventory.git"
tags: [ "org:xapi-project" ]
build: [
  ["./configure" "--default_inventory=%{prefix}%/etc"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.08"}
  "ocamlfind" {build}
  "dune" {>= "1.4"}
  "base-threads"
  "astring"
  "xapi-stdext-unix"
  "xapi-stdext-threads"
  "cmdliner"
  "uuidm"
]
conflicts: "xcp-inventory" {!= "transition"}
synopsis: "Library for accessing the xapi toolstack inventory file"
description: """
The inventory file provides global host identify information
needed by multiple services."""
url {
  src: "https://github.com/xapi-project/xcp-inventory/archive/v1.2.1.tar.gz"
  checksum: "md5=15d24391dd45d4b318451a639c3beb46"
}
