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 "
44description = "Manipulate external buffers as C-like structs"
55requires = "bigarray ocplib-endian ocplib-endian.bigstring"
66archive(byte) = "cstruct.cma"
@@ -9,7 +9,7 @@ archive(native) = "cstruct.cmxa"
99archive(native, plugin) = "cstruct.cmxs"
1010exists_if = "cstruct.cma"
1111package "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
2222package "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
3131package "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
4242package "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"
0 commit comments