Skip to content

Commit fe25306

Browse files
committed
Bump to 0.8.1
1 parent 0f40525 commit fe25306

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

CHANGES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
0.8.1 (trunk):
2-
* Trailing semicolons are allowed in cstruct field definitions
3-
* Buffer elements can be any primitive integer, not just uint8
1+
0.8.1 (2013-11-06):
2+
* Trailing semicolons are allowed in cstruct field definitions.
3+
* Buffer elements can be any primitive integer, not just `uint8`.
44

55
0.8.0 (2013-10-13):
66
* Improved ocamldoc for BE/LE modules.

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.3
22
Name: cstruct
3-
Version: 0.8.0
3+
Version: 0.8.1
44
Synopsis: Manipulate external buffers as C-like structs
55
Authors: Anil Madhavapeddy, Richard Mortier, Thomas Gazagnaire, Pierre Chambart
66
License: ISC

lib/META

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: ec3c4ad6e16d2426aa3272de3f71bc95)
3-
version = "0.8.0"
2+
# DO NOT EDIT (digest: 54e2ff3b4376263634c6e7c306cb1309)
3+
version = "0.8.1"
44
description = "Manipulate external buffers as C-like structs"
55
requires = "bigarray ocplib-endian ocplib-endian.bigstring"
66
archive(byte) = "cstruct.cma"
@@ -9,7 +9,7 @@ archive(native) = "cstruct.cmxa"
99
archive(native, plugin) = "cstruct.cmxs"
1010
exists_if = "cstruct.cma"
1111
package "unix" (
12-
version = "0.8.0"
12+
version = "0.8.1"
1313
description = "Manipulate external buffers as C-like structs"
1414
requires = "cstruct unix"
1515
archive(byte) = "unix_cstruct.cma"
@@ -20,7 +20,7 @@ package "unix" (
2020
)
2121

2222
package "syntax" (
23-
version = "0.8.0"
23+
version = "0.8.1"
2424
description = "Syntax extension for Cstruct"
2525
requires = "camlp4"
2626
archive(syntax, preprocessor) = "cstruct-syntax.cma"
@@ -29,7 +29,7 @@ package "syntax" (
2929
)
3030

3131
package "lwt" (
32-
version = "0.8.0"
32+
version = "0.8.1"
3333
description = "Manipulate external buffers as C-like structs"
3434
requires = "cstruct lwt.unix"
3535
archive(byte) = "lwt_cstruct.cma"
@@ -40,7 +40,7 @@ package "lwt" (
4040
)
4141

4242
package "async" (
43-
version = "0.8.0"
43+
version = "0.8.1"
4444
description = "Manipulate external buffers as C-like structs"
4545
requires = "cstruct async threads"
4646
archive(byte) = "async_cstruct.cma"

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.3.0 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 96aae8e839b1ebd063675e7b74927efc) *)
4+
(* DO NOT EDIT (digest: 06ba7d026f802898917fa4d1a7f6b244) *)
55
(*
66
Regenerated by OASIS v0.3.0
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -5578,7 +5578,7 @@ let setup_t =
55785578
ocaml_version = None;
55795579
findlib_version = None;
55805580
name = "cstruct";
5581-
version = "0.8.0";
5581+
version = "0.8.1";
55825582
license =
55835583
OASISLicense.DEP5License
55845584
(OASISLicense.DEP5Unit
@@ -5890,7 +5890,7 @@ let setup_t =
58905890
};
58915891
oasis_fn = Some "_oasis";
58925892
oasis_version = "0.3.0";
5893-
oasis_digest = Some "g4\003ÿU×Ê\0271IßýûI¡6";
5893+
oasis_digest = Some "\153öèHS\018 +\152µ¾\017\152î-\144";
58945894
oasis_exec = None;
58955895
oasis_setup_args = [];
58965896
setup_update = false;

0 commit comments

Comments
 (0)