Skip to content

Commit 6e43922

Browse files
author
David Scott
committed
Add opam file for development
Signed-off-by: David Scott <dave.scott@citrix.com>
1 parent 1e061e4 commit 6e43922

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

opam

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
opam-version: "1"
2+
maintainer: "dave.scott@citrix.com"
3+
build: [
4+
[make]
5+
[make "install" "BINDIR=%{bin}%"]
6+
]
7+
remove: [
8+
[make "uninstall" "BINDIR=%{bin}%"]
9+
]
10+
depends: [
11+
"xapi-idl" {>= "0.10.0" }
12+
"xapi-storage"
13+
"async"
14+
"async_inotify"
15+
"core"
16+
"message-switch"
17+
]

0 commit comments

Comments
 (0)