this repo has no description
1opam-version: "2.0" 2maintainer: "xen-api@lists.xen.org" 3authors: "xen-api@lists.xen.org" 4homepage: "https://github.com/xapi-project/xcp-inventory" 5bug-reports: "https://github.com/xapi-project/xcp-inventory/issues" 6dev-repo: "git+http://github.com/xapi-project/xcp-inventory.git" 7license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 8tags: [ "org:xapi-project" ] 9build: [ 10 ["ocamlfind" "ocamlc" "-linkpkg" "-package" "findlib,cmdliner" "-o" "configure" "configure.ml"] 11 ["./configure" "--default_inventory=%{prefix}%/etc"] 12 ["dune" "build" "-p" name "-j" jobs] 13 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 14] 15depends: [ 16 "ocaml" {>= "4.08"} 17 "ocamlfind" {build} 18 "dune" {>= "1.4"} 19 "base-threads" 20 "astring" 21 "xapi-stdext-unix" 22 "xapi-stdext-threads" {< "4.19.0"} 23 "cmdliner" 24 "uuidm" 25] 26conflicts: "xcp-inventory" {!= "transition"} 27synopsis: "Library for accessing the xapi toolstack inventory file" 28description: """ 29The inventory file provides global host identify information 30needed by multiple services.""" 31url { 32 src: "https://github.com/xapi-project/xcp-inventory/archive/v1.2.1.tar.gz" 33 checksum: [ 34 "sha256=ab3a0e992c00781a2aee1ba7402ff92ab1fe9778c4bc012f4c1d0a5c28a3cdbe" 35 "md5=15d24391dd45d4b318451a639c3beb46" 36 ] 37}