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

Commit 8c1211e

Browse files
committed
regenerate oasis for 3.0.4, and fix the mirage-unix oasis name (was xen)
1 parent 807616f commit 8c1211e

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## 3.0.4
1+
## 3.0.4 (2017-07-14)
22

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

77
## 3.0.3 (2017-06-16)
88
* xen: we need io-page-xen because

unix/_oasis

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
2-
Name: mirage-xen
3-
Version: 3.0.1
2+
Name: mirage-unix
3+
Version: 3.0.4
44
Synopsis: Library support for the Mirage/Unix backend
55
Authors: Anil Madhavapeddy, Dave Scott, Thomas Gazagnaire, Thomas Leonard
66
License: ISC

unix/lib/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 271136f2e8d0cc199914d686aeb2315c)
3-
version = "3.0.1"
2+
# DO NOT EDIT (digest: b1b4b4ac14a7d09b2355c0a41625c089)
3+
version = "3.0.4"
44
description = "Library support for the Mirage/Unix backend"
55
requires = "io-page-unix cstruct lwt lwt.unix mirage-clock-unix logs"
66
archive(byte) = "OS.cma"

unix/setup.ml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.4.5 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 7bf57d817e6093d442eaaf761dcbbe26) *)
4+
(* DO NOT EDIT (digest: 5692e530ba06a806a445c75c270d5f8e) *)
55
(*
66
Regenerated by OASIS v0.4.10
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6855,7 +6855,7 @@ let setup_t =
68556855
{
68566856
oasis_version = "0.4";
68576857
ocaml_version = None;
6858-
version = "3.0.1";
6858+
version = "3.0.4";
68596859
license =
68606860
OASISLicense.DEP5License
68616861
(OASISLicense.DEP5Unit
@@ -6867,7 +6867,7 @@ let setup_t =
68676867
findlib_version = None;
68686868
alpha_features = [];
68696869
beta_features = [];
6870-
name = "mirage-xen";
6870+
name = "mirage-unix";
68716871
license_file = None;
68726872
copyrights = [];
68736873
maintainers = [];
@@ -7079,7 +7079,7 @@ let setup_t =
70797079
};
70807080
oasis_fn = Some "_oasis";
70817081
oasis_version = "0.4.10";
7082-
oasis_digest = Some "\165\127\226\247\142\146;AR\204\017\239\156np\016";
7082+
oasis_digest = Some "\174.\226\237z\158a\001.o\165<j\148\203[";
70837083
oasis_exec = None;
70847084
oasis_setup_args = [];
70857085
setup_update = false

xen/_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: mirage-xen
3-
Version: 3.0.1
3+
Version: 3.0.4
44
Synopsis: Library support for the Mirage/Xen backend
55
Authors: Anil Madhavapeddy, Dave Scott, Thomas Gazagnaire, Thomas Leonard
66
License: ISC

xen/lib/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: fcf953f84b87ace0b6daae5ed4962365)
3-
version = "3.0.1"
2+
# DO NOT EDIT (digest: 12fc3a104748e0fc0280b66d056e8706)
3+
version = "3.0.4"
44
description = "Library support for the Mirage/Xen backend"
55
requires =
66
"lwt cstruct xen-evtchn xen-gnt xenstore.client shared-memory-ring shared-memory-ring-lwt mirage-clock-freestanding io-page-xen mirage-profile logs"

xen/setup.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.4.5 *)
22

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

0 commit comments

Comments
 (0)