Skip to content

Commit

Permalink
Regenerate OASIS
Browse files Browse the repository at this point in the history
Signed-off-by: David Scott <[email protected]>
  • Loading branch information
djs55 committed Mar 13, 2016
1 parent 69dd382 commit d26f07b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 7864e0b6357db2edd217cdda08a0efb3)
version = "1.3.1"
# DO NOT EDIT (digest: 1b90c87d667b07a478b1c9a42594f394)
version = "1.4.0"
description = "Xen block frontend and backend driver implementation"
requires = "cstruct cstruct.ppx"
archive(byte) = "mirage_block_xen.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "mirage_block_xen.cmxa"
archive(native, plugin) = "mirage_block_xen.cmxs"
exists_if = "mirage_block_xen.cma"
package "front" (
version = "1.3.1"
version = "1.4.0"
description = "Xen block frontend and backend driver implementation"
requires =
"logs stringext lwt cstruct cstruct.ppx mirage-types io-page shared-memory-ring shared-memory-ring.lwt mirage-block-xen xen-evtchn xen-gnt mirage-xen"
Expand All @@ -21,7 +21,7 @@ package "front" (
)

package "back" (
version = "1.3.1"
version = "1.4.0"
description = "Xen block frontend and backend driver implementation"
requires =
"logs lwt cstruct cstruct.ppx io-page shared-memory-ring shared-memory-ring.lwt mirage-block-xen xen-evtchn xen-gnt xenstore"
Expand Down
6 changes: 3 additions & 3 deletions 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.1 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 9062ed4f0826702e47d1acc4d0fdc3ea) *)
(* DO NOT EDIT (digest: 96b4dbb999e50801060aec95ff4ef75c) *)
(*
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 = "mirage-block-xen";
version = "1.3.1";
version = "1.4.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6862,7 +6862,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "Y\137\134`\003Ø\031\005\t8\152a­5f@";
oasis_digest = Some "ê;yîfÉå\139Avòú\148\020";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit d26f07b

Please sign in to comment.