this repo has no description

Merge pull request #21556 from psafont/release-xapi-inventory-v1.2.3

[new release] xapi-inventory (1.2.3)

Kate 92a9a223 d84b6c61

Changed files
+35
packages
xapi-inventory
xapi-inventory.1.2.3
+35
packages/xapi-inventory/xapi-inventory.1.2.3/opam
···
+
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: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"ocaml"
+
"dune" {>= "1.4.0"}
+
"base-threads"
+
"astring"
+
"xapi-stdext-unix"
+
"xapi-stdext-threads"
+
"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/releases/download/v1.2.3/xapi-inventory-1.2.3.tbz"
+
checksum: [
+
"sha256=4e5c700bd228c8f1ba86b8a730f3aa27e7897abf2a289746c4bfab8b787aa3e9"
+
"sha512=d5d96e52bed1905cd3cfc4eba4467ba7f40587cef4a82d423dd1b4748d594da968e95ff7eb5cece5e6ea420694541977c3b06155578629831154cd6d7bbc9b31"
+
]
+
}
+
x-commit-hash: "26e78d63c9462d86bc79865d91dc8e6c0ef96f99"