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://github.com/xapi-project/xcp-inventory.git"
tags: [ "org:xapi-project" ]
build: [
  ["./configure" "--default_inventory=%{prefix}%/etc"]
  [make]
]
install: [
  [make "install"]
]
remove: [
  [make "uninstall"]
]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "oasis" {build}
  "ocamlbuild" {build}
  "base-threads"
  "xapi-stdext" {= "2.1.0"}
  "cmdliner"
  "uuidm"
]
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.0.2.tar.gz"
  checksum: "md5=14a2a654e04028f226dc891e52e6cff9"
}
