Skip to content

Commit

Permalink
Add opam file
Browse files Browse the repository at this point in the history
Signed-off-by: David Scott <dave.scott@eu.citrix.com>
  • Loading branch information
David Scott committed Nov 5, 2014
1 parent 5e48398 commit 408960d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
opam-version: "1"
maintainer: "dave.scott@eu.citrix.com"
tags: [
"org:mirage"
"org:xapi-project"
]
build: [
["./configure" "--bindir=%{bin}%"]
[make]
[make "install"]
]
remove: [[make "uninstall"]]
depends: [
"ocamlfind"
"lwt" {>= "2.4.3"}
"cstruct" {>= "1.0.1"}
"vhd-format" {>= "0.7.0"}
"uuidm"
"cmdliner"
"nbd" {>= "1.0.1"}
"ounit"
"uri"
"tar-format"
"sha"
"cohttp" {>="0.12.0"}
"ssl"
]

0 comments on commit 408960d

Please sign in to comment.