-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathxapi-storage-script.opam
35 lines (35 loc) · 1.04 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
opam-version: "2.0"
name: "xapi-storage-script"
maintainer: "[email protected]"
authors: [ "[email protected]" ]
license: "LGPL-2.1 with OCaml linking exception"
homepage: "https://github.com/xapi-project/xapi-storage-script"
bug-reports: "https://github.com/xapi-project/xapi-storage-script/issues"
dev-repo: "git://github.com/xapi-project/xapi-storage-script"
tags: [ "org:xapi-project" ]
build: [[ "dune" "build" "-p" name "-j" jobs ]]
depends: [
"ocaml"
"dune" {build}
"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/xapi-storage-script/archive/master/master.tar.gz"
}