1
1
# OASIS_START
2
- # DO NOT EDIT (digest: f2253e1b845a7843c6df42fc774ce6e5 )
3
- version = "1.0 "
2
+ # DO NOT EDIT (digest: c529dc854829cb4d385547c46987defa )
3
+ version = "1.1 "
4
4
description = "A modular standard library focused on data structures."
5
5
requires = "bytes result"
6
6
archive(byte) = "containers.cma"
@@ -9,7 +9,7 @@ archive(native) = "containers.cmxa"
9
9
archive(native, plugin) = "containers.cmxs"
10
10
exists_if = "containers.cma"
11
11
package "unix" (
12
- version = "1.0 "
12
+ version = "1.1 "
13
13
description = "A modular standard library focused on data structures."
14
14
requires = "bytes result unix"
15
15
archive(byte) = "containers_unix.cma"
@@ -20,7 +20,7 @@ package "unix" (
20
20
)
21
21
22
22
package "top" (
23
- version = "1.0 "
23
+ version = "1.1 "
24
24
description = "A modular standard library focused on data structures."
25
25
requires =
26
26
"compiler-libs.common containers containers.data containers.unix containers.sexp containers.iter"
@@ -32,7 +32,7 @@ package "top" (
32
32
)
33
33
34
34
package "thread" (
35
- version = "1.0 "
35
+ version = "1.1 "
36
36
description = "A modular standard library focused on data structures."
37
37
requires = "containers threads"
38
38
archive(byte) = "containers_thread.cma"
@@ -43,7 +43,7 @@ package "thread" (
43
43
)
44
44
45
45
package "sexp" (
46
- version = "1.0 "
46
+ version = "1.1 "
47
47
description = "A modular standard library focused on data structures."
48
48
requires = "bytes result"
49
49
archive(byte) = "containers_sexp.cma"
@@ -54,7 +54,7 @@ package "sexp" (
54
54
)
55
55
56
56
package "iter" (
57
- version = "1.0 "
57
+ version = "1.1 "
58
58
description = "A modular standard library focused on data structures."
59
59
archive(byte) = "containers_iter.cma"
60
60
archive(byte, plugin) = "containers_iter.cma"
@@ -64,7 +64,7 @@ package "iter" (
64
64
)
65
65
66
66
package "data" (
67
- version = "1.0 "
67
+ version = "1.1 "
68
68
description = "A modular standard library focused on data structures."
69
69
requires = "bytes"
70
70
archive(byte) = "containers_data.cma"
0 commit comments