-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] |