forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xapi-storage-script.opam
36 lines (36 loc) · 1.02 KB
/
xapi-storage-script.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
34
35
36
opam-version: "2.0"
name: "xapi-storage-script"
maintainer: "[email protected]"
authors: [ "[email protected]" ]
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"
dev-repo: "git://github.com/xapi-project/xen-api"
tags: [ "org:xapi-project" ]
build: [[ "dune" "build" "-p" name "-j" jobs ]]
depends: [
"ocaml"
"dune"
"conf-python-2-7" {with-test}
"xapi-idl" {>= "0.10.0"}
"xapi-storage"
"async" {>= "v0.9.0"}
"async_inotify"
"async_unix" {>= "112.24.00"}
"core"
"message-switch-unix"
"message-switch-async"
"rpclib"
"rpclib-async"
"ppx_deriving_rpc"
"ppx_sexp_conv"
"xapi-stdext-date"
]
synopsis: "A directory full of scripts can be a Xapi storage implementation"
description: """
This daemon watches a directory for subdirectories, and when a subdir
is created a storage service is registered."""
url {
src:
"https://github.com/xapi-project/xen-api/archive/master.tar.gz"
}