11# OASIS_START
2- # DO NOT EDIT (digest: 762d7a6f73f805c365e1539014f0009c )
3- version = "1.0.1 "
2+ # DO NOT EDIT (digest: b4981197fe71fb2a248209688d5e96a0 )
3+ version = "1.1.0 "
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 = "1.0.1 "
12+ version = "1.1.0 "
1313 description = "Manipulate external buffers as C-like structs"
1414 requires = "cstruct unix"
1515 archive(byte) = "unix_cstruct.cma"
@@ -20,16 +20,20 @@ package "unix" (
2020)
2121
2222package "syntax" (
23- version = "1.0.1 "
23+ version = "1.1.0 "
2424 description = "Syntax extension for Cstruct"
2525 requires = "camlp4"
2626 archive(syntax, preprocessor) = "cstruct-syntax.cma"
2727 archive(syntax, toploop) = "cstruct-syntax.cma"
28+ archive(syntax, byte) = "cstruct-syntax.cma"
29+ archive(syntax, byte, plugin) = "cstruct-syntax.cma"
30+ archive(syntax, native) = "cstruct-syntax.cmxa"
31+ archive(syntax, native, plugin) = "cstruct-syntax.cmxs"
2832 exists_if = "cstruct-syntax.cma"
2933)
3034
3135package "lwt" (
32- version = "1.0.1 "
36+ version = "1.1.0 "
3337 description = "Manipulate external buffers as C-like structs"
3438 requires = "cstruct lwt.unix"
3539 archive(byte) = "lwt_cstruct.cma"
@@ -40,7 +44,7 @@ package "lwt" (
4044)
4145
4246package "async" (
43- version = "1.0.1 "
47+ version = "1.1.0 "
4448 description = "Manipulate external buffers as C-like structs"
4549 requires = "cstruct async threads"
4650 archive(byte) = "async_cstruct.cma"
0 commit comments