Skip to content

Commit

Permalink
Merge pull request #4 from djs55/partition
Browse files Browse the repository at this point in the history
Release v0.2
  • Loading branch information
djs55 committed Aug 18, 2014
2 parents 14e9665 + 8b9206b commit ba64a5f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.2 (unreleased)
v0.2 (2014-08-18)
* add Mbr_partition: V1_LWT.BLOCK, for easy access to partitions via
the standard Mirage block interface.
* use a polymorphic variant result type [`Ok of 'a | `Error of 'b]
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.3
Name: mbr-format
Version: 0.0.1
Version: 0.2
Synopsis: Manipulate MBR
Authors: David Scott
License: ISC
Expand Down
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: 8498b8b1c43505627a1e698b3cdb7fc8)
version = "0.0.1"
# DO NOT EDIT (digest: 214c18d1695fd0494a0df4c29998ea0f)
version = "0.2"
description = "Manipulate MBR"
requires = "cstruct re.str"
archive(byte) = "mbr.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "mbr.cmxa"
archive(native, plugin) = "mbr.cmxs"
exists_if = "mbr.cma"
package "mirage" (
version = "0.0.1"
version = "0.2"
description = "Manipulate MBR"
requires = "mirage-types.lwt mbr-format"
archive(byte) = "mbr_mirage.cma"
Expand All @@ -20,7 +20,7 @@ package "mirage" (
)

package "lwt" (
version = "0.0.1"
version = "0.2"
description = "Manipulate MBR"
requires = "lwt lwt.unix cstruct.lwt oUnit mbr-format"
archive(byte) = "mbr_lwt.cma"
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.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: be3f4f70b3dbe88f2f44556b6e80452b) *)
(* DO NOT EDIT (digest: 7fab7ac632e274cf9cd46f4bc9cc047d) *)
(*
Regenerated by OASIS v0.3.0
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -5578,7 +5578,7 @@ let setup_t =
ocaml_version = None;
findlib_version = None;
name = "mbr-format";
version = "0.0.1";
version = "0.2";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -5773,7 +5773,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.3.0";
oasis_digest = Some "`\239\188q<\128\000$\202S\239|n\222\195\209";
oasis_digest = Some "L\246\183(Z@\154kMj\\.~K!Q";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit ba64a5f

Please sign in to comment.