Skip to content

Commit

Permalink
oasis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremie Dimino committed Mar 2, 2016
1 parent 84c26ba commit 7ce96a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions setup.ml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*)

(* OASIS_START *)
(* DO NOT EDIT (digest: b63cfcda8a9eb05c8cac6f914b9e015b) *)
(* DO NOT EDIT (digest: f6a3a4acb1dc5b9868c84dc2e278b75a) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7018,7 +7018,7 @@ let setup_t =
alpha_features = ["ocamlbuild_more_args"];
beta_features = [];
name = "utop";
version = "1.18.1";
version = "1.18.2";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7399,16 +7399,15 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest =
Some "\024\139\006\185$\154\015K\178\015\237\"\149\162s\031";
oasis_digest = Some "=\004\228\188\215B\164!\134VF\135\019\176\007\\";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 7405 "setup.ml"
# 7404 "setup.ml"
(* OASIS_STOP *)

let search_compiler_libs () =
Expand Down
6 changes: 3 additions & 3 deletions src/lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: d5407b28da284a1a240556b9815af7f0)
version = "1.18.1"
# DO NOT EDIT (digest: 540f483cd99856ec4b99dfb59598c6c8)
version = "1.18.2"
description = "utop configuration"
requires = "findlib lambda-term"
archive(byte) = "utop.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "utop.cmxa"
archive(native, plugin) = "utop.cmxs"
exists_if = "utop.cma"
package "camlp4" (
version = "1.18.1"
version = "1.18.2"
description = "Camlp4 integration"
requires = "utop camlp4"
archive(syntax, preprocessor) = "utop-camlp4.cma"
Expand Down

0 comments on commit 7ce96a0

Please sign in to comment.