diff --git a/ocaml/_oasis b/ocaml/_oasis index e82905b6..96b88b53 100644 --- a/ocaml/_oasis +++ b/ocaml/_oasis @@ -1,6 +1,6 @@ OASISFormat: 0.3 Name: xapi-storage -Version: 0.1.0 +Version: 0.3.0 Synopsis: Xapi storage interfaces Authors: David Scott License: LGPL-2.0 with OCaml linking exception diff --git a/ocaml/lib/META b/ocaml/lib/META index 0342e608..a5de9963 100644 --- a/ocaml/lib/META +++ b/ocaml/lib/META @@ -1,6 +1,6 @@ # OASIS_START -# DO NOT EDIT (digest: 1299361dd737d0a3caa8fab53da99d83) -version = "0.1.0" +# DO NOT EDIT (digest: 5831ccc94f6e9f1cd088949366b587af) +version = "0.3.0" description = "Xapi storage interfaces" requires = "rpclib cmdliner re.str" archive(byte) = "storage.cma" diff --git a/ocaml/setup.ml b/ocaml/setup.ml index 44363287..9d7067c3 100644 --- a/ocaml/setup.ml +++ b/ocaml/setup.ml @@ -1,7 +1,7 @@ (* setup.ml generated for the first time by OASIS v0.3.0 *) (* OASIS_START *) -(* DO NOT EDIT (digest: ce0e8bfb8d5a00f718bbde2452fb0c8a) *) +(* DO NOT EDIT (digest: 51b0a1f7d5ba9693e46ed781295cf8de) *) (* Regenerated by OASIS v0.4.5 Visit http://oasis.forge.ocamlcore.org for more information and @@ -6673,7 +6673,7 @@ let setup_t = alpha_features = []; beta_features = []; name = "xapi-storage"; - version = "0.1.0"; + version = "0.3.0"; license = OASISLicense.DEP5License (OASISLicense.DEP5Unit @@ -6777,7 +6777,7 @@ let setup_t = }; oasis_fn = Some "_oasis"; oasis_version = "0.4.5"; - oasis_digest = Some "\244s\151v\004nD\014\133\n|\229\224J\011\225"; + oasis_digest = Some "u\022C\022\021==\t\161.\n\185\218\170A\003"; oasis_exec = None; oasis_setup_args = []; setup_update = false diff --git a/opam b/opam index ebbb1c36..75867e71 100644 --- a/opam +++ b/opam @@ -4,7 +4,9 @@ build: [ [make] [make "install" "PREFIX=%{prefix}%"] ] -remove: ["make" "uninstall"] +remove: [ + ["make" "uninstall" "PREFIX=%{prefix}%"] +] depends: [ "cow" "rpc"