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 ["dune" "build" "-p" name "-j" jobs] 11 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 12] 13depends: [ 14 "ocaml" 15 "dune" {>= "1.4.0"} 16 "base-threads" 17 "astring" 18 "xapi-stdext-unix" 19 "xapi-stdext-threads" 20 "cmdliner" 21 "uuidm" 22] 23synopsis: "Library for accessing the xapi toolstack inventory file" 24description: """ 25The inventory file provides global host identify information 26needed by multiple services.""" 27url { 28 src: 29 "https://github.com/xapi-project/xcp-inventory/releases/download/v1.2.3/xapi-inventory-1.2.3.tbz" 30 checksum: [ 31 "sha256=4e5c700bd228c8f1ba86b8a730f3aa27e7897abf2a289746c4bfab8b787aa3e9" 32 "sha512=d5d96e52bed1905cd3cfc4eba4467ba7f40587cef4a82d423dd1b4748d594da968e95ff7eb5cece5e6ea420694541977c3b06155578629831154cd6d7bbc9b31" 33 ] 34} 35x-commit-hash: "26e78d63c9462d86bc79865d91dc8e6c0ef96f99"