forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xapi-expiry-alerts.opam
33 lines (32 loc) · 1.04 KB
/
xapi-expiry-alerts.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
name: "xapi-expiry-alerts"
synopsis: "A library to send expiration-related alerts and removing outdated ones"
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: "[email protected]"
authors: [ "Pau Ruiz Safont" "Gang Ji" ]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage: "https://github.com/xapi-project/xen-api"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
depends: [
"alcotest" {with-test}
"ocaml"
"dune" {>= "3.15"}
"astring"
"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"
}