Skip to content

Commit

Permalink
ready for 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jan 2, 2018
1 parent 46e41f7 commit a91d504
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "containers"
version: "1.4"
version: "1.5"
author: "Simon Cruanes"
maintainer: "simon.cruanes@inria.fr"
build: [
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.4 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: b1097bcfb2d6eab143d1ac25252d8b14) *)
(* DO NOT EDIT (digest: 29c11f03e114c88d092547016730a52f) *)
(*
Regenerated by OASIS v0.4.10
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7041,7 +7041,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = Some (OASISVersion.VGreaterEqual "4.00.1");
version = "1.4";
version = "1.5";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -8900,7 +8900,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.10";
oasis_digest = Some "\213\002\219\227i{sJJ\160\246\216o\167\\^";
oasis_digest = Some "3\167\146\011\152\220p\209\203\"x+y`Ay";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down
16 changes: 8 additions & 8 deletions src/core/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 3a776cf70f415cc6c1505c02b13044b5)
version = "1.4"
# DO NOT EDIT (digest: fb895e43d7bf196a6016effa48011802)
version = "1.5"
description = "A modular standard library focused on data structures."
requires = "bytes result"
archive(byte) = "containers.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "containers.cmxa"
archive(native, plugin) = "containers.cmxs"
exists_if = "containers.cma"
package "unix" (
version = "1.4"
version = "1.5"
description = "A modular standard library focused on data structures."
requires = "bytes result unix"
archive(byte) = "containers_unix.cma"
Expand All @@ -20,7 +20,7 @@ package "unix" (
)

package "top" (
version = "1.4"
version = "1.5"
description = "A modular standard library focused on data structures."
requires =
"compiler-libs.common containers containers.data containers.unix containers.sexp containers.iter"
Expand All @@ -32,7 +32,7 @@ package "top" (
)

package "thread" (
version = "1.4"
version = "1.5"
description = "A modular standard library focused on data structures."
requires = "containers threads"
archive(byte) = "containers_thread.cma"
Expand All @@ -43,7 +43,7 @@ package "thread" (
)

package "sexp" (
version = "1.4"
version = "1.5"
description = "A modular standard library focused on data structures."
requires = "bytes result"
archive(byte) = "containers_sexp.cma"
Expand All @@ -54,7 +54,7 @@ package "sexp" (
)

package "iter" (
version = "1.4"
version = "1.5"
description = "A modular standard library focused on data structures."
archive(byte) = "containers_iter.cma"
archive(byte, plugin) = "containers_iter.cma"
Expand All @@ -64,7 +64,7 @@ package "iter" (
)

package "data" (
version = "1.4"
version = "1.5"
description = "A modular standard library focused on data structures."
requires = "bytes"
archive(byte) = "containers_data.cma"
Expand Down

0 comments on commit a91d504

Please sign in to comment.