From 7745680db4307ad94df2cb9c3f46794fcdfa3dc4 Mon Sep 17 00:00:00 2001 From: Gabor Igloi Date: Fri, 9 Jun 2017 16:57:26 +0100 Subject: [PATCH] Sync opam file with xs-opam Signed-off-by: Gabor Igloi --- opam | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/opam b/opam index 454bf9226f3..2845c850f09 100644 --- a/opam +++ b/opam @@ -1,11 +1,11 @@ opam-version: "1.2" -maintainer: "john.else@citrix.com" +maintainer: "xen-api@lists.xen.org" authors: "xen-api@lists.xen.org" -homepage: "https://xapi-project.github.io/" +homepage: "https://github.com/xapi-project/xcp-inventory" bug-reports: "https://github.com/xapi-project/xcp-inventory/issues" dev-repo: "git://github.com/xapi-project/xcp-inventory.git" +tags: [ "org:xapi-project" ] build: [ - ["oasis" "setup"] ["./configure" "--default_inventory=%{prefix}%/etc"] [make] ] @@ -16,8 +16,11 @@ remove: [ [make "uninstall"] ] depends: [ - "ocamlfind" - "xapi-stdext" {>= "2.0.0"} - "cmdliner" + "ocamlfind" {build} "oasis" {build} -] + "ocamlbuild" {build} + "base-threads" + "xapi-stdext" + "cmdliner" + "uuidm" +]