Skip to content

Commit

Permalink
Merge pull request #647 from gangj/private/gangj/CP-43777
Browse files Browse the repository at this point in the history
  • Loading branch information
psafont committed Jul 5, 2023
2 parents e0c0f9c + f45c05d commit 17e167e
Show file tree
Hide file tree
Showing 3 changed files with 31 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"
}
1 change: 1 addition & 0 deletions packages/xs-extra/xapi.master/opam
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ depends: [
"xapi-cli-protocol"
"xapi-consts"
"xapi-datamodel"
"xapi-expiry-alerts"
"xapi-stdext-date"
"xapi-stdext-pervasives"
"xapi-stdext-std"
Expand Down
1 change: 1 addition & 0 deletions tools/generate-opam-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ xapi-cli-protocol $XAPI/xen-api
xapi-client $XAPI/xen-api
xapi-compression $XAPI/xen-api
xapi-consts $XAPI/xen-api
xapi-expiry-alerts $XAPI/xen-api
xapi-datamodel $XAPI/xen-api
xapi-forkexecd $XAPI/xen-api
xapi-idl $XAPI/xen-api
Expand Down

0 comments on commit 17e167e

Please sign in to comment.