Skip to content

Commit 461d630

Browse files
committed
version 1.1
1 parent 9fb3199 commit 461d630

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "containers"
3-
version: "1.0"
3+
version: "1.1"
44
author: "Simon Cruanes"
55
maintainer: "[email protected]"
66
build: [
@@ -23,7 +23,6 @@ remove: [
2323
]
2424
depends: [
2525
"ocamlfind" {build}
26-
"oasis" {build}
2726
"base-bytes"
2827
"result"
2928
"cppo" {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: 3c8aa7931b40d0b6bcb21c16be016568) *)
4+
(* DO NOT EDIT (digest: 03bc063e279594293a833a839f411843) *)
55
(*
66
Regenerated by OASIS v0.4.8
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -7051,7 +7051,7 @@ let setup_t =
70517051
{
70527052
oasis_version = "0.4";
70537053
ocaml_version = Some (OASISVersion.VGreaterEqual "4.00.1");
7054-
version = "1.0";
7054+
version = "1.1";
70557055
license =
70567056
OASISLicense.DEP5License
70577057
(OASISLicense.DEP5Unit
@@ -8908,7 +8908,7 @@ let setup_t =
89088908
};
89098909
oasis_fn = Some "_oasis";
89108910
oasis_version = "0.4.8";
8911-
oasis_digest = Some "\213\201p0L\248\221BG]D6\144Q\129\004";
8911+
oasis_digest = Some "L,\200\197\175g\230y\154\151\019\190-\138-\158";
89128912
oasis_exec = None;
89138913
oasis_setup_args = [];
89148914
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: f2253e1b845a7843c6df42fc774ce6e5)
3-
version = "1.0"
2+
# DO NOT EDIT (digest: c529dc854829cb4d385547c46987defa)
3+
version = "1.1"
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.0"
12+
version = "1.1"
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.0"
23+
version = "1.1"
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.0"
35+
version = "1.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

4545
package "sexp" (
46-
version = "1.0"
46+
version = "1.1"
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.0"
57+
version = "1.1"
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.0"
67+
version = "1.1"
6868
description = "A modular standard library focused on data structures."
6969
requires = "bytes"
7070
archive(byte) = "containers_data.cma"

0 commit comments

Comments
 (0)