Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
regenerate oasis for 3.0.4, and fix the mirage-unix oasis name (was xen)
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jul 14, 2017
1 parent 807616f commit 8c1211e
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## 3.0.4
## 3.0.4 (2017-07-14)

* remove support for versions of OCaml older than 4.04.2, and add support
for OCaml 4.04.2 and OCaml 4.05.0. For older revisions of OCaml, use
an older revision of mirage-xen-ocaml.
for OCaml 4.04.2. For older revisions of OCaml, use an older revision of
mirage-xen-ocaml.

## 3.0.3 (2017-06-16)
* xen: we need io-page-xen because
Expand Down
4 changes: 2 additions & 2 deletions unix/_oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: mirage-xen
Version: 3.0.1
Name: mirage-unix
Version: 3.0.4
Synopsis: Library support for the Mirage/Unix backend
Authors: Anil Madhavapeddy, Dave Scott, Thomas Gazagnaire, Thomas Leonard
License: ISC
Expand Down
4 changes: 2 additions & 2 deletions unix/lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 271136f2e8d0cc199914d686aeb2315c)
version = "3.0.1"
# DO NOT EDIT (digest: b1b4b4ac14a7d09b2355c0a41625c089)
version = "3.0.4"
description = "Library support for the Mirage/Unix backend"
requires = "io-page-unix cstruct lwt lwt.unix mirage-clock-unix logs"
archive(byte) = "OS.cma"
Expand Down
8 changes: 4 additions & 4 deletions unix/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.4.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 7bf57d817e6093d442eaaf761dcbbe26) *)
(* DO NOT EDIT (digest: 5692e530ba06a806a445c75c270d5f8e) *)
(*
Regenerated by OASIS v0.4.10
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6855,7 +6855,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = None;
version = "3.0.1";
version = "3.0.4";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand All @@ -6867,7 +6867,7 @@ let setup_t =
findlib_version = None;
alpha_features = [];
beta_features = [];
name = "mirage-xen";
name = "mirage-unix";
license_file = None;
copyrights = [];
maintainers = [];
Expand Down Expand Up @@ -7079,7 +7079,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.10";
oasis_digest = Some "\165\127\226\247\142\146;AR\204\017\239\156np\016";
oasis_digest = Some "\174.\226\237z\158a\001.o\165<j\148\203[";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down
2 changes: 1 addition & 1 deletion xen/_oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: mirage-xen
Version: 3.0.1
Version: 3.0.4
Synopsis: Library support for the Mirage/Xen backend
Authors: Anil Madhavapeddy, Dave Scott, Thomas Gazagnaire, Thomas Leonard
License: ISC
Expand Down
4 changes: 2 additions & 2 deletions xen/lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: fcf953f84b87ace0b6daae5ed4962365)
version = "3.0.1"
# DO NOT EDIT (digest: 12fc3a104748e0fc0280b66d056e8706)
version = "3.0.4"
description = "Library support for the Mirage/Xen backend"
requires =
"lwt cstruct xen-evtchn xen-gnt xenstore.client shared-memory-ring shared-memory-ring-lwt mirage-clock-freestanding io-page-xen mirage-profile logs"
Expand Down
6 changes: 3 additions & 3 deletions xen/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.4.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 65a6098bfe4df854b5083cd072b7e218) *)
(* DO NOT EDIT (digest: 4a392ba21efb1597b5a6fe3da68fd433) *)
(*
Regenerated by OASIS v0.4.10
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6855,7 +6855,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = None;
version = "3.0.1";
version = "3.0.4";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7097,7 +7097,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.10";
oasis_digest = Some "g\192y\203\249\161\218a\173\222\250\0164\239j\212";
oasis_digest = Some "\b\171\148.\014=\011\207Wcm\231\162Q\248\012";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 8c1211e

Please sign in to comment.