Skip to content

Commit

Permalink
CP-43777: Add xapi-expiry-alerts library
Browse files Browse the repository at this point in the history
Signed-off-by: Gang Ji <gang.ji@citrix.com>
  • Loading branch information
Gang Ji committed Jul 5, 2023
1 parent 6dff8c9 commit 46d6c46
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/xs-extra/xapi-expiry-alerts.master/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
opam-version: "2.0"
name: "xapi-expiry-alerts"
version: "master"
synopsis: "A library to send expiration-related alerts"
description: """\
The interface of this library is 'alert', upon calling this API, any
existing outdated messages will be removed first, and a new message
will be created only if it does not exist in Xapi.Message records
yet."""
maintainer: "xen-api@lists.xen.org"
authors: "xen-api@lists.xen.org"
homepage: "https://github.com/xapi-project/xen-api"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
depends: [
"ocaml"
"dune" {build & >= "1.4"}
"xapi-client"
"xapi-consts"
"xapi-types"
"xapi-stdext-date"
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
url {
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz"
}

0 comments on commit 46d6c46

Please sign in to comment.