forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvarstored-guard.opam
30 lines (30 loc) · 887 Bytes
/
varstored-guard.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
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
opam-version: "2.0"
maintainer: "xen-api@lists.xen.org"
authors: [ "xen-api@lists.xen.org" ]
homepage: "https://github.com/xapi-project/xen-api"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
bug-reports: "https://github.com/xapi-project/xen-api"
build: [["dune" "build" "-p" name "-j" jobs]]
run-test: [[ "dune" "runtest" "-p" name "-j" jobs ]]
depends: [
"dune" {>= "3.15"}
"cmdliner"
"alcotest" {with-test}
"cohttp-lwt"
"fmt" {with-test}
"lwt" {with-test}
"message-switch-lwt"
"rpclib"
"rpclib-lwt"
"uri" {with-test}
"xapi-idl"
"xen-api-client-lwt"
"alcotest-lwt" {with-test}
]
synopsis: "Supervising daemon for varstored daemons"
description: ""
url {
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz"
}