Skip to content

Commit

Permalink
bump to 1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Dec 9, 2013
1 parent efd7163 commit 2a65fee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
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: cstruct
Version: 1.0.0
Version: 1.0.1
Synopsis: Manipulate external buffers as C-like structs
Authors: Anil Madhavapeddy, Richard Mortier, Thomas Gazagnaire, Pierre Chambart
License: ISC
Expand Down
12 changes: 6 additions & 6 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 46bbe16c53f695df2a41384800ca1361)
version = "1.0.0"
# DO NOT EDIT (digest: 762d7a6f73f805c365e1539014f0009c)
version = "1.0.1"
description = "Manipulate external buffers as C-like structs"
requires = "bigarray ocplib-endian ocplib-endian.bigstring"
archive(byte) = "cstruct.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "cstruct.cmxa"
archive(native, plugin) = "cstruct.cmxs"
exists_if = "cstruct.cma"
package "unix" (
version = "1.0.0"
version = "1.0.1"
description = "Manipulate external buffers as C-like structs"
requires = "cstruct unix"
archive(byte) = "unix_cstruct.cma"
Expand All @@ -20,7 +20,7 @@ package "unix" (
)

package "syntax" (
version = "1.0.0"
version = "1.0.1"
description = "Syntax extension for Cstruct"
requires = "camlp4"
archive(syntax, preprocessor) = "cstruct-syntax.cma"
Expand All @@ -29,7 +29,7 @@ package "syntax" (
)

package "lwt" (
version = "1.0.0"
version = "1.0.1"
description = "Manipulate external buffers as C-like structs"
requires = "cstruct lwt.unix"
archive(byte) = "lwt_cstruct.cma"
Expand All @@ -40,7 +40,7 @@ package "lwt" (
)

package "async" (
version = "1.0.0"
version = "1.0.1"
description = "Manipulate external buffers as C-like structs"
requires = "cstruct async threads"
archive(byte) = "async_cstruct.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: a66fcadf804a2f34a61daf9db76d6f08) *)
(* DO NOT EDIT (digest: 9106a53b1e173fda107d184f8ae900e8) *)
(*
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 = "cstruct";
version = "1.0.0";
version = "1.0.1";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -5890,7 +5890,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.3.0";
oasis_digest = Some "\002rm\028\026_ßõÛ\005Üî­\022";
oasis_digest = Some "Bì®îA\tü\151Î(â_D\030\155\016";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false;
Expand Down

0 comments on commit 2a65fee

Please sign in to comment.