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" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" tags: [ "org:xapi-project" ] build: [ ["ocamlfind" "ocamlc" "-linkpkg" "-package" "findlib,cmdliner" "-o" "configure" "configure.ml"] ["./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" {< "4.19.0"} "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: [ "sha256=ab3a0e992c00781a2aee1ba7402ff92ab1fe9778c4bc012f4c1d0a5c28a3cdbe" "md5=15d24391dd45d4b318451a639c3beb46" ] }