Skip to content

Commit 7ce96a0

Browse files
author
Jeremie Dimino
committed
oasis setup
1 parent 84c26ba commit 7ce96a0

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

setup.ml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*)
99

1010
(* OASIS_START *)
11-
(* DO NOT EDIT (digest: b63cfcda8a9eb05c8cac6f914b9e015b) *)
11+
(* DO NOT EDIT (digest: f6a3a4acb1dc5b9868c84dc2e278b75a) *)
1212
(*
1313
Regenerated by OASIS v0.4.5
1414
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -7018,7 +7018,7 @@ let setup_t =
70187018
alpha_features = ["ocamlbuild_more_args"];
70197019
beta_features = [];
70207020
name = "utop";
7021-
version = "1.18.1";
7021+
version = "1.18.2";
70227022
license =
70237023
OASISLicense.DEP5License
70247024
(OASISLicense.DEP5Unit
@@ -7399,16 +7399,15 @@ let setup_t =
73997399
};
74007400
oasis_fn = Some "_oasis";
74017401
oasis_version = "0.4.5";
7402-
oasis_digest =
7403-
Some "\024\139\006\185$\154\015K\178\015\237\"\149\162s\031";
7402+
oasis_digest = Some "=\004\228\188\215B\164!\134VF\135\019\176\007\\";
74047403
oasis_exec = None;
74057404
oasis_setup_args = [];
74067405
setup_update = false
74077406
};;
74087407

74097408
let setup () = BaseSetup.setup setup_t;;
74107409

7411-
# 7405 "setup.ml"
7410+
# 7404 "setup.ml"
74127411
(* OASIS_STOP *)
74137412

74147413
let search_compiler_libs () =

src/lib/META

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: d5407b28da284a1a240556b9815af7f0)
3-
version = "1.18.1"
2+
# DO NOT EDIT (digest: 540f483cd99856ec4b99dfb59598c6c8)
3+
version = "1.18.2"
44
description = "utop configuration"
55
requires = "findlib lambda-term"
66
archive(byte) = "utop.cma"
@@ -9,7 +9,7 @@ archive(native) = "utop.cmxa"
99
archive(native, plugin) = "utop.cmxs"
1010
exists_if = "utop.cma"
1111
package "camlp4" (
12-
version = "1.18.1"
12+
version = "1.18.2"
1313
description = "Camlp4 integration"
1414
requires = "utop camlp4"
1515
archive(syntax, preprocessor) = "utop-camlp4.cma"

0 commit comments

Comments
 (0)