Skip to content

Commit a91d504

Browse files
committed
ready for 1.5
1 parent 46e41f7 commit a91d504

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "containers"
3-
version: "1.4"
3+
version: "1.5"
44
author: "Simon Cruanes"
55
maintainer: "[email protected]"
66
build: [

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

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: b1097bcfb2d6eab143d1ac25252d8b14) *)
4+
(* DO NOT EDIT (digest: 29c11f03e114c88d092547016730a52f) *)
55
(*
66
Regenerated by OASIS v0.4.10
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -7041,7 +7041,7 @@ let setup_t =
70417041
{
70427042
oasis_version = "0.4";
70437043
ocaml_version = Some (OASISVersion.VGreaterEqual "4.00.1");
7044-
version = "1.4";
7044+
version = "1.5";
70457045
license =
70467046
OASISLicense.DEP5License
70477047
(OASISLicense.DEP5Unit
@@ -8900,7 +8900,7 @@ let setup_t =
89008900
};
89018901
oasis_fn = Some "_oasis";
89028902
oasis_version = "0.4.10";
8903-
oasis_digest = Some "\213\002\219\227i{sJJ\160\246\216o\167\\^";
8903+
oasis_digest = Some "3\167\146\011\152\220p\209\203\"x+y`Ay";
89048904
oasis_exec = None;
89058905
oasis_setup_args = [];
89068906
setup_update = false

src/core/META

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 3a776cf70f415cc6c1505c02b13044b5)
3-
version = "1.4"
2+
# DO NOT EDIT (digest: fb895e43d7bf196a6016effa48011802)
3+
version = "1.5"
44
description = "A modular standard library focused on data structures."
55
requires = "bytes result"
66
archive(byte) = "containers.cma"
@@ -9,7 +9,7 @@ archive(native) = "containers.cmxa"
99
archive(native, plugin) = "containers.cmxs"
1010
exists_if = "containers.cma"
1111
package "unix" (
12-
version = "1.4"
12+
version = "1.5"
1313
description = "A modular standard library focused on data structures."
1414
requires = "bytes result unix"
1515
archive(byte) = "containers_unix.cma"
@@ -20,7 +20,7 @@ package "unix" (
2020
)
2121

2222
package "top" (
23-
version = "1.4"
23+
version = "1.5"
2424
description = "A modular standard library focused on data structures."
2525
requires =
2626
"compiler-libs.common containers containers.data containers.unix containers.sexp containers.iter"
@@ -32,7 +32,7 @@ package "top" (
3232
)
3333

3434
package "thread" (
35-
version = "1.4"
35+
version = "1.5"
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

4545
package "sexp" (
46-
version = "1.4"
46+
version = "1.5"
4747
description = "A modular standard library focused on data structures."
4848
requires = "bytes result"
4949
archive(byte) = "containers_sexp.cma"
@@ -54,7 +54,7 @@ package "sexp" (
5454
)
5555

5656
package "iter" (
57-
version = "1.4"
57+
version = "1.5"
5858
description = "A modular standard library focused on data structures."
5959
archive(byte) = "containers_iter.cma"
6060
archive(byte, plugin) = "containers_iter.cma"
@@ -64,7 +64,7 @@ package "iter" (
6464
)
6565

6666
package "data" (
67-
version = "1.4"
67+
version = "1.5"
6868
description = "A modular standard library focused on data structures."
6969
requires = "bytes"
7070
archive(byte) = "containers_data.cma"

0 commit comments

Comments
 (0)