11# OASIS_START
2- # DO NOT EDIT (digest: a16455ed7ae2b2e8c42add2f54bd446e )
3- version = "0.22"
2+ # DO NOT EDIT (digest: e46e29f7bdcb542070b9b01d13e70831 )
3+ version = "0.22.1 "
44description = "A modular standard library focused on data structures."
55requires = "bytes result"
66archive(byte) = "containers.cma"
@@ -9,7 +9,7 @@ archive(native) = "containers.cmxa"
99archive(native, plugin) = "containers.cmxs"
1010exists_if = "containers.cma"
1111package "unix" (
12- version = "0.22"
12+ version = "0.22.1 "
1313 description = "A modular standard library focused on data structures."
1414 requires = "bytes unix"
1515 archive(byte) = "containers_unix.cma"
@@ -20,7 +20,7 @@ package "unix" (
2020)
2121
2222package "top" (
23- version = "0.22"
23+ version = "0.22.1 "
2424 description = "A modular standard library focused on data structures."
2525 requires =
2626 "compiler-libs.common containers containers.data containers.bigarray containers.string containers.unix containers.sexp containers.iter"
@@ -32,7 +32,7 @@ package "top" (
3232)
3333
3434package "thread" (
35- version = "0.22"
35+ version = "0.22.1 "
3636 description = "A modular standard library focused on data structures."
3737 requires = "containers threads"
3838 archive(byte) = "containers_thread.cma"
@@ -43,7 +43,7 @@ package "thread" (
4343)
4444
4545package "string" (
46- version = "0.22"
46+ version = "0.22.1 "
4747 description = "A modular standard library focused on data structures."
4848 requires = "bytes"
4949 archive(byte) = "containers_string.cma"
@@ -54,7 +54,7 @@ package "string" (
5454)
5555
5656package "sexp" (
57- version = "0.22"
57+ version = "0.22.1 "
5858 description = "A modular standard library focused on data structures."
5959 requires = "bytes"
6060 archive(byte) = "containers_sexp.cma"
@@ -65,7 +65,7 @@ package "sexp" (
6565)
6666
6767package "iter" (
68- version = "0.22"
68+ version = "0.22.1 "
6969 description = "A modular standard library focused on data structures."
7070 archive(byte) = "containers_iter.cma"
7171 archive(byte, plugin) = "containers_iter.cma"
@@ -75,7 +75,7 @@ package "iter" (
7575)
7676
7777package "io" (
78- version = "0.22"
78+ version = "0.22.1 "
7979 description = "A modular standard library focused on data structures."
8080 requires = "bytes"
8181 archive(byte) = "containers_io.cma"
@@ -86,7 +86,7 @@ package "io" (
8686)
8787
8888package "data" (
89- version = "0.22"
89+ version = "0.22.1 "
9090 description = "A modular standard library focused on data structures."
9191 requires = "bytes"
9292 archive(byte) = "containers_data.cma"
@@ -97,7 +97,7 @@ package "data" (
9797)
9898
9999package "bigarray" (
100- version = "0.22"
100+ version = "0.22.1 "
101101 description = "A modular standard library focused on data structures."
102102 requires = "containers bigarray bytes"
103103 archive(byte) = "containers_bigarray.cma"
@@ -108,7 +108,7 @@ package "bigarray" (
108108)
109109
110110package "advanced" (
111- version = "0.22"
111+ version = "0.22.1 "
112112 description = "A modular standard library focused on data structures."
113113 requires = "containers sequence"
114114 archive(byte) = "containers_advanced.cma"
0 commit comments