Skip to content

Commit

Permalink
Merge pull request #39 from djs55/release.0.3
Browse files Browse the repository at this point in the history
Release.0.3
  • Loading branch information
djs55 committed Jul 7, 2015
2 parents a7bd8a5 + e3c452f commit 961fd2d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ocaml/_oasis
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions ocaml/lib/META
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions ocaml/setup.ml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ build: [
[make]
[make "install" "PREFIX=%{prefix}%"]
]
remove: ["make" "uninstall"]
remove: [
["make" "uninstall" "PREFIX=%{prefix}%"]
]
depends: [
"cow"
"rpc"
Expand Down

0 comments on commit 961fd2d

Please sign in to comment.